]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/wiki/page.html
Implement a basic wiki
[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 <div class="card">
7 <div class="card-body">
8 {% raw page.html %}
9 </div>
10 </div>
11 {% end block %}