]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/page.html
unify article info display and styling
[irc/freenode/web-7.0.git] / templates / page.html
index dc7c00ec0bb39ac24bc38a9fabc4d8861cbb74ca..492918619f3de8b2ca121c272ba2f40cf615b852 100644 (file)
@@ -2,9 +2,9 @@
 {% set title = config.name %}
 {% block content %}
 <div class="main">
-    <p><b class="art">{{ title }}</b></p>
+    <p><b class="art">{{ page.title }}</b></p>
     <p class="art-ingress">
-        {{ content }}
+        {{ page.content }}
     </p>
 </div>
 {% endblock %}
\ No newline at end of file