rophako/rophako/modules/blog/templates/blog/private.html

10 lines
200 B
HTML
Raw Normal View History

{% extends "layout.html" %}
{% block title %}Draft Entries{% endblock %}
{% block content %}
<h1>Private Entries</h1>
{{ include_page("blog.partial_index", mode="private") | safe }}
{% endblock %}