{% extends "base.html" %} {% block page_title %}{{ site_title }}{% endblock page_title %} {% block content %}

{{ site_title }}

{% if home %}
{{ home.content | safe }}
{% endif %} {% if popular_tags | length > 0 %} {% endif %} {% endblock content %}