pelican-website-ge/ge-theme/templates/Food forests.html

11 lines
195 B
HTML
Raw Normal View History

2021-06-03 20:48:16 +02:00
{% extends "base.html" %}
{% block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/css/food-forest.css">
{% endblock %}
{% block content %}
{% endblock %}