Add simple project template

master
Emil Miler 1 year ago
parent ffe6e62ced
commit d463142126

@ -1,4 +1,5 @@
+++
title = "Projekty"
template = "projects.html"
template = "project_list.html"
page_template = "project.html"
+++

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block content %}
<section>
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
</section>
<section>
&hellip;
</section>
{% endblock content %}
Loading…
Cancel
Save