doctype html
html.dark.sl-theme-dark(lang='en')
	head
		meta(charset='UTF-8')
		meta(name='viewport', content='width=device-width, initial-scale=1.0')
		block title
			title ass 🍑
		meta(name='theme-color' content='black')
		link(rel='stylesheet', href='/.css')
		//- Shoelace/Font Awesome mixins
		include ../node_modules/shoelace-fontawesome-pug/sl-fa-mixin.pug
		include ../node_modules/shoelace-pug-loader/loader.pug
		+slTheme('dark')
		+slAuto
	body.w-screen.h-screen.flex.flex-col

		//- Header
		.w-full.border-b.border-stone-500.flex.justify-center.items-center.py-3
			h1.text-4xl.font-bold.font-mono: block section
				span [section]

		//- Centering width-fixer
		.w-full.flex.justify-center.h-full
			.w-full.md_max-w-xl.px-4.pt-16.h-full: block content