0
0
Fork 0
zero-blog/templates/layout.html.slim

25 lines
516 B
Plaintext
Raw Normal View History

2013-10-27 19:47:51 +01:00
doctype 5
html
head
title zero-knowledge
2013-11-14 16:57:48 +01:00
meta(
http-equiv='Content-Type'
content='text/html; charset=utf-8')
2013-10-27 19:47:51 +01:00
link(
href='/atom.xml'
rel='alternate'
title='Atom 1.0'
type='application/atom+xml')
link(
href='/stylesheet.css'
rel='stylesheet'
type='text/css')
body
header#header
2014-01-02 21:41:28 +01:00
a href='/'
h1 zero-knowledge
h2 no clue at all
img src='/images/zero-knowledge.png' alt='zero-knowledge'
2013-10-27 19:47:51 +01:00
#content
==yield