furmeet-bot/webproj/templates/soon.haml

18 lines
473 B
Plaintext

- include 'html5doctype.html'
- load sass_tags
- load static
- load i18n
%html
%head
%meta{'charset': 'utf-8'}
%title
- trans 'Soon'
™
%link{'href': "{% static 'favicon.png' %}", 'rel': 'shortcut icon', 'type': "image/png"}
%link{'href': "{% sass_src 'soon.sass' %}", 'rel': "stylesheet", 'type': "text/css"}
%body
%div
%span
- trans 'Soon'
™