Move ohlhafv to its own app
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{% extends "project.html" %}
|
||||
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{% static "ohlhafv/css/base.css" %}">
|
||||
<link rel="stylesheet" href="{% static "ohlhafv/css/header.css" %}">
|
||||
<link rel="stylesheet" href="{% static "ohlhafv/css/nav.css" %}">
|
||||
{% endblock styles %}
|
||||
|
||||
{% block body %}
|
||||
{% block header %}
|
||||
{% include "ohlhafv:header.html" %}
|
||||
{% endblock header %}
|
||||
|
||||
{% block navigation %}
|
||||
{% include "ohlhafv:navigation.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
{% include "ohlhafv:footer.html" %}
|
||||
{% endblock footer %}
|
||||
|
||||
{% endblock body %}
|
||||
Reference in New Issue
Block a user