Files
seal/templates/system/index.html
2019-03-28 18:39:36 +08:00

25 lines
303 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "base/base.html" %}
{% load static %}
{% block title %} 海豹 | 首页{% endblock %}
{% block header-css %}
{% endblock %}
{% block page-content %}
<div class="wrapper wrapper-content">
欢迎使用本项目
</div>
{% endblock %}
{% block footer-js %}
{% endblock %}