mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 12:52:22 +01:00
6 lines
106 B
HTML
6 lines
106 B
HTML
{% extends 'layout.server.view.html' %}
|
|
|
|
{% block content %}
|
|
<section ui-view></section>
|
|
{% endblock %}
|