mirror of
https://github.com/RobbieHan/sandboxMP.git
synced 2026-02-03 02:43:14 +08:00
21 lines
228 B
Python
21 lines
228 B
Python
{% extends "base-left.html" %}
|
|
{% load staticfiles %}
|
|
|
|
|
|
{% block content %}
|
|
|
|
<!-- Main content -->
|
|
<section class="content">
|
|
|
|
|
|
</section>
|
|
|
|
<!-- /.content -->
|
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block javascripts %}
|
|
|
|
{% endblock %}
|