summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 6fd3d1c3a80c8d763643a15e7c89979e81cdcae0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "base.html" %}

{% block title %}lemon's site{% endblock title %}
{% block content %}

<h1 class="title">
  {{ section.title }}
</h1>

{{ section.content | safe }}

<br>
<img src="/asset/pommy.png">
<img src="/asset/lynx.png">
<img src="/asset/linux.png">

{% endblock content %}