{% macro letter_box(show_search = true) %}
{% if show_search %}

Search the wiki for user created tutorials and information.


Additionally, you can manually browse through the articles by their first letter.

{% endif %} {% for letter in 'a'..'z' %} {{ letter|upper }}   {% endfor %} All  
{% endmacro %}

{{ title }}

{{ _self.letter_box() }} {% for article in articles %} {% endfor %}
Article Last updated on Last edited by
{{ article.Title }} {{ article.Date }} {{ article.Author|user_url }}
{{ _self.letter_box(false) }}