evennia/game/web/html/prosimii/flatpages/default.html

13 lines
214 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block header_ext %}
{% endblock %}
{% block sidebar %}
{% endblock %}
{% block content %}
<h1 id="alt-layout">{{flatpage.title}}</h1>
{{flatpage.content}}
{% endblock %}