{% extends "base.html" %} <<<<<<< HEAD:templates/wiki.html {% block content %}

{{ section.title }}

======= {% block subtitle %}Wiki | {% endblock %} {% block main %}

Wiki

>>>>>>> org:theme/templates/wiki.html

Use Ctrl + F to search wiki pages for keywords.

Wiki Page

Last Updated

<<<<<<< HEAD:templates/wiki.html {% for page in section.pages %}

{{ page.title }}

{% endfor %} {% endblock content %} ======= {% for post in posts %}
{{ post.title }}
{% endfor %} {% endblock %} >>>>>>> org:theme/templates/wiki.html