Skip to content
Snippets Groups Projects
Select Git revision
  • e40b588f304c38e9de2408c80ce5e4c2a047c209
  • main default protected
  • renovate/beautifulsoup4-4.x
  • renovate/django-5.x
  • renovate/django-tex-1.x
  • renovate/jsonschema-4.x
  • renovate/djangorestframework-3.x
  • renovate/django-bootstrap5-25.x
  • renovate/django-debug-toolbar-6.x
  • koma/feature/preference-polling-form
10 results

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    To learn more about this project, read the wiki.
    base-clear.html 419 B
    {% load static %}
    <!DOCTYPE html>
    <html lang="de">
    <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">
    	{% block head %}{% endblock %}
    </head>
    <body class="break-words hyphens-auto">
    {% block content %}
    {% endblock %}
    </body>
    </html>