{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block body %} {% include "navbar.html" %}

{{ body_text }}

Flastik {% if dwnld %}

{{ dwnld.html_download }}

{% endif %}
{% include "footer.html" %} {% endblock %}