bigger update
This commit is contained in:
11
templates/project.html
Normal file
11
templates/project.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<section>
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ page.description }}
|
||||
</section>
|
||||
<section>
|
||||
{{ page.content | safe }}
|
||||
</section>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user