{% extends "uikit.html" %} {% import 'article_macros.html' as article_macros %} {% import 'html_macros.html' as html_macros %} {% block head %} {{ super() }} {{ html_macros.get_meta(article) }} {% endblock head %} {% block titlename %}{{article.title|capitalize}}{% endblock titlename %} {% block content %}

{{ article.title }}

{{ article.content }}
{% endblock content %}