aboutsummaryrefslogtreecommitdiff
path: root/templates/content.html
blob: d956087a8c7a37c8a15d8abe8a2e81b23b28ae6c (plain)
1
2
3
4
5
6
7
8
9
10
{#
A page containing arbitrary content, nothing is assumed of it.

Parameters:
	Content:
		Content of page
#}
{% extends "base.html" %}
{% block content %}{{ content }}{% endblock %}
{# ft: jinja #}