{% extends "base.html" %} {% block title %}Templates — Waikiki{% endblock %} {% block content %}

Templates — {{ current_wiki_name }}

+ New template

Reusable page skeletons. Start a page from one; {{ '{{title}}' }} becomes the page title. Templates accept Markdown and arbitrary HTML.

{% if templates_list %} {% else %}

No templates yet. Create one →

{% endif %} {% endblock %}