]> jfr.im git - irc/freenode/web-7.0.git/blame - templates/faq.html
readme: adds missing dependency (build fails without it)
[irc/freenode/web-7.0.git] / templates / faq.html
CommitLineData
662be445
EK
1{% extends "base.html" %}
2{% set title = entry.title %}
7cd640de 3{% set robots = entry.robots %}
662be445
EK
4{% block content %}
5<div class="main">
6 <h1>{{ entry.title }}</h1>
7 <p class="art-ingress">
8 {{ entry.render() }}
9 </p>
10</div>
11{% endblock %}