fipamo/themes/default-dark/frame.pug

19 lines
893 B
Text
Raw Normal View History

2018-10-31 17:00:31 +01:00
doctype html
html(xmlns='http://www.w3.org/1999/xhtml', lang='en', xml:lang="en")
head
title= title
meta(name='viewport', content='width=device-width, initial-scale=1.0')
2019-06-22 23:36:28 +02:00
meta(name="keywords" content="")
meta(name="description" content="")
2018-10-31 17:00:31 +01:00
meta(http-equiv="content-type", content="text/html; charset=utf-8")
meta(property="og:image" content="https://thetwelfth.house/base-assets/images/current.png")
meta(name="twitter:image" content="https://thetwelfth.house/base-assets/images/current.png")
link(rel='stylesheet', href='/'+theme+'/assets/css/base.css', type='text/css')
body
.main-container#main-content
block main-content
script(src='/'+theme+'/assets/js/toolkit.min.js' type="text/javascript")
script(src='/'+theme+'/assets/js/start.min.js' type="text/javascript")