Schule als Staat Projekt Web, Dokumente, etc.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
246B

  1. {% extends "public/base.html" %}
  2. {% load static %}
  3. {% block raw_content %}
  4. <link rel="stylesheet" type="text/css" href="{% static "public/css/default.css" %}">
  5. <div id="content">
  6. {% block content %}
  7. {% endblock %}
  8. </div>
  9. {% endblock %}