tellform/app/views/index.server.view.html
2015-07-13 18:04:39 -07:00

5 lines
104 B
HTML
Executable file

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