32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<<<<<<< HEAD
|
|
{% extends "base.html" %}
|
|
|
|
{% block extra_head %}
|
|
<link rel="stylesheet" href="/static/css/furry.css">
|
|
<link rel="stylesheet" href="/static/css/furry-theme.css">
|
|
<link rel="stylesheet" href="/static/css/products.css">
|
|
<link rel="stylesheet" href="/static/css/dashboard.css">
|
|
<link rel="icon" type="image/svg+xml" href="/static/images/kasico-logo-simple.svg">
|
|
{{ block.super }}
|
|
{% endblock %}
|
|
|
|
{# Der eigentliche Seiteninhalt kommt in den content-Block #}
|
|
{% block content %}
|
|
{{ block.super }}
|
|
=======
|
|
{% extends "base.html" %}
|
|
|
|
{% block extra_head %}
|
|
<link rel="stylesheet" href="/static/css/furry.css">
|
|
<link rel="stylesheet" href="/static/css/furry-theme.css">
|
|
<link rel="stylesheet" href="/static/css/products.css">
|
|
<link rel="stylesheet" href="/static/css/dashboard.css">
|
|
<link rel="icon" type="image/svg+xml" href="/static/images/kasico-logo-simple.svg">
|
|
{{ block.super }}
|
|
{% endblock %}
|
|
|
|
{# Der eigentliche Seiteninhalt kommt in den content-Block #}
|
|
{% block content %}
|
|
{{ block.super }}
|
|
>>>>>>> 5b9b867963eca600ed64b617dc2dc86c30dbd9cb
|
|
{% endblock %} |