Files
meanTorrent/modules/core/server/views/index.server.view.html

6 lines
110 B
HTML
Raw Normal View History

2014-04-21 02:32:59 +03:00
{% extends 'layout.server.view.html' %}
2014-02-10 13:09:25 +02:00
2014-02-03 13:46:39 -05:00
{% block content %}
2014-02-21 00:41:21 +02:00
<section data-ui-view></section>
2014-02-03 13:46:39 -05:00
{% endblock %}