{% extends "layouts/default.html" %}
{% block title %}{{ project-name }} | Quickdocs{% endblock %}
{% block css %}
{% endblock %}
{% block content %}
{{ ql-dist-version }}
{% include "partials/header-links.html" %}
{% if readme %}
{% endif %}
{% if authors or maintainers or licenses or categories %}
{% endif %}
{% include "partials/footer.html" %}
{% endblock %}