pelican-website-ge/ge-theme/templates/Food forests.html
2021-06-03 21:48:16 +03:00

11 lines
195 B
HTML

{% extends "base.html" %}
{% block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/css/food-forest.css">
{% endblock %}
{% block content %}
{% endblock %}