This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
blarg/resources/views/posts/newpost.html

11 lines
149 B
HTML
Raw Normal View History

{% extends "../base.html" %}
2013-05-20 17:43:38 -04:00
{% block content %}
<div class="page-header">
<h2>New Post</h2>
</div>
{% include "postform.html" %}
2013-05-20 17:43:38 -04:00
{% endblock %}