]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/wiki/page.html
4fe9574ef5c1c248bec49880a2c690181a877a40
[ipfire.org.git] / src / templates / wiki / page.html
1 {% extends "base.html" %}
2
3 {% block title %}{{ page.title }}{% end block %}
4
5 {% block main %}
6 {% module WikiNavbar(page) %}
7
8 <div class="card">
9 <div class="card-body">
10 {% raw page.html %}
11 </div>
12 </div>
13 {% end block %}