{% extends "base.html" %} {% block title %} {{ page.title }} {% endblock title %} {% block content %} {{ page }} {% endblock content %} {% block sidebar %} {% if page.tags %}

Tags

{% endif %}

Actions

{% endblock sidebar %}