mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-07 20:50:59 +01:00
8 lines
188 B
HTML
8 lines
188 B
HTML
{% extends 'layouts/default.html' %}
|
|
{% block content %}
|
|
<section data-ng-view />
|
|
<script type="text/javascript">
|
|
window.user = {{user|safe}};
|
|
</script>
|
|
{% endblock %}
|