You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
635 B
39 lines
635 B
{% load blog_tags %}
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>爱分享博客</title>
|
|
{% include 'components/css_file.html' %}
|
|
|
|
<style>
|
|
.asteriskField {
|
|
display: none;
|
|
}
|
|
</style>
|
|
{% block page_style %} {% endblock %}
|
|
</head>
|
|
<body>
|
|
{% include 'components/navbar.html' %}
|
|
{% block index_page_head %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block user_base %}
|
|
{% endblock %}
|
|
|
|
|
|
{% block article %}
|
|
{% endblock %}
|
|
|
|
|
|
{% block data_view_base %}
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% include 'components/js_file.html' %}
|
|
{% block page_js %} {% endblock %}
|
|
<script>
|
|
</script>
|
|
</body>
|
|
</html> |