{% extends 'index.html' %} {% block title %}{{ page.title|striptags }} // {{ super() }}{% endblock title %} {% block content %}
{% include 'sidebar.html' %}

{{ page.title }}

{{ page.content }}

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