Files
meanTorrent/app/views/index.html
2014-02-10 13:09:25 +02:00

6 lines
98 B
HTML

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