forked from PrivateCoffee/wikimore
6 lines
116 B
HTML
6 lines
116 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>{{ title }}</h1>
|
||
|
<p>{{ content|safe }}</p>
|
||
|
{% endblock %}
|