tellform/app/views/index.server.view.html
2015-07-06 18:21:43 -07:00

7 lines
106 B
HTML
Executable file

{% extends 'layout.server.view.html' %}
{% block content %}
<section ui-view></section>
{% endblock %}