
Project structure and basic files. Basic web page with a very simple style and a few links to the blog and Shaarli.
5 lines
102 B
HTML
5 lines
102 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
{{- section.content | safe -}}
|
|
{% endblock content %}
|