{% extends "pages/index.html" %} {% load pages_tags %} {% block title %}Nice template{% endblock %} {% block content %}{{ block.super }}
fancy content
{% placeholder fancy-content with markItUpMarkdown %}
{% endblock %}