Skip to content
Snippets Groups Projects
Select Git revision
  • d5657470b8d39624561ffb12dfcfddb982f9e02b
  • main default protected
  • renovate/django-5.x
  • koma/feature/preference-polling-form
4 results

0021_base_url.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    base-clear.html 409 B
    {% load static %}
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>{% block title %}Core{% endblock %}</title>
        <link href="{% static 'core/css/output.css' %}" rel="stylesheet" type="text/css">
        {#    <meta http-equiv="refresh" content="10">#}
    </head>
    <body>
    {% block content %}
    {% endblock %}
    </body>
    </html>