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

{{ title_text }}

{{ sub_title }}

Flastik

{{ intro }}

For more details about Flastik's specifications, syntax and patterns, please {{ readme.html_download }}.

Flastik is distributed under the {{ license.html_download }}.

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