1
0
Fork 0
rophako/rophako/www/index.html

11 linhas
203 B
HTML

{% 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 }}
{% endblock %}