Add simple project template
parent
ffe6e62ced
commit
d463142126
@ -1,4 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Projekty"
|
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>
|
||||||
|
…
|
||||||
|
</section>
|
||||||
|
{% endblock content %}
|
Loading…
Reference in New Issue