tellform/app/views/index.server.view.html

5 lines
120 B
HTML
Raw Normal View History

2015-06-29 22:51:29 +00:00
{% extends 'layout.server.view.html' %}
{% block content %}
2016-08-23 23:40:15 +00:00
<section class="content" ui-view></section>
2015-06-29 22:51:29 +00:00
{% endblock %}