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

5 lines
104 B
HTML
Raw Normal View History

2015-06-29 22:51:29 +00:00
{% extends 'layout.server.view.html' %}
{% block content %}
2015-07-01 23:14:39 +00:00
<section ui-view></section>
2015-06-29 22:51:29 +00:00
{% endblock %}