{% extends "pages/examples/index.html" %} {% load pages_tags %} {% block title %}Nice template{% endblock %} {% block content %}{{ block.super }}
fancy content
{% placeholder fancy-content with markItUpMarkdown %}
{% placeholder right-column with Textarea parsed as right_column %}
{% endblock %}