{% extends "base.html" %} {% block title %} Miku - {{ path }} {% endblock %} {% block content %}

{{ title }}

{% if exists %} Edit Page {% endif %}

File path: sedum/{{ path }}.md

{% if exists %} {{ content_html | safe }} {% else %}

This page doesn't exist yet.

Create Page
{% endif %}
{% if backlinks %} {% endif %}
{% endblock %}