rophako/rophako/www/index.html

11 lines
203 B
HTML
Raw Normal View History

2014-02-19 06:30:21 +00:00
{% extends "layout.html" %}
{% block title %}Rophako CMS{% endblock %}
{% block content %}
<h1>Welcome!</h1>
This is the Rophako CMS!<p>
{{ include_page("blog.partial_index") | safe }}
2014-02-19 06:30:21 +00:00
{% endblock %}