DAAP_interface/templates/wikipagetemp.html

13 lines
147 B
HTML
Raw Normal View History

{% extends "layout.html" %}
{% block content %}
{{ text }}
<style type="text/css">
div#toc{
display: none
}
</style>
{% endblock content %}