1 2 3 4 5 6 7 8 9
{% extends "base_code.html" %} {% block og_title %}{{ flatpage.title }}{% endblock %} {% block content %} <h1>{{ flatpage.title }}</h1> {{ flatpage.content }} {% endblock %}