修改每个页面的title
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{% extends "oj_base.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ announcement.title }}
|
||||
{% endblock %}
|
||||
{% block body %}
|
||||
<div class="container main">
|
||||
<h1 class="text-center">{{ announcement.title }}</h1>
|
||||
|
||||
Reference in New Issue
Block a user