Django Library PaTT
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

help.html 241B

123456789101112
  1. {% extends "themes/"|add:settings.page_theme|add:"/base.html" %}
  2. {% block head_extensions %}
  3. <style>
  4. {% include 'patt/patt.css' %}
  5. </style>
  6. {% endblock head_extensions %}
  7. {% block content %}
  8. {{ help_content|safe }}
  9. {% endblock content %}