mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-31 00:40:38 +02:00
6 lines
98 B
HTML
6 lines
98 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block content %}
|
|
<section data-ng-view></section>
|
|
{% endblock %}
|