gillesfabio / gillesfabio.com (http://gillesfabio.com/)

Source code of my personal website.

commit 3: 28415b080e41
parent 2: afcb1e15cace
branch: default
Added flatpages templates.
Gilles Fabio / gillesfabio
5 months ago

Changed (Δ182 bytes):

raw changeset »

templates/flatpages/default.html (11 lines added, 0 lines removed)

Up to file-list templates/flatpages/default.html:

1
{% extends "base.html" %}
2
3
{% block title %}{{ flatpage.title }}{% endblock %}
4
5
{% block content %}
6
7
    <h1>{{ flatpage.title }}</h1>
8
    
9
    {{ flatpage.content }}
10
11
{% endblock %}