6 lines
89 B
HTML
6 lines
89 B
HTML
{% extends "base_page.html" %}
|
|
|
|
{% block content %}
|
|
{{flatpage.content}}
|
|
{% endblock %}
|