+ Added projects/website.rst to describe the site + Updated templates + Added more comments
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
{% extends "base" %}
|
|
|
|
{% block command %}
|
|
cat {{ page }}.rst
|
|
{% endblock command %}
|
|
|
|
|
|
{% block content %}
|
|
<br/>
|
|
{{ content | safe }}
|
|
{% endblock content %} |