blob: 887ef160ad94c905cd512f45f34eaacccd126f2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="container">
<div class="col-xs-12 col-md-8">
{{ content }}
</div>
<div class="col-xs-12 col-md-4">
<h2>What's this?</h2>
<p>
You are visiting the official website for the IRC
client Irssi, for more information see the about
section.
</p>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>
|