backend/views/layout/base.pug
2023-12-14 11:15:56 +01:00

13 lines
197 B
Plaintext

doctype html
html
head
title= title
link(href="/assets/css/app.css",rel="stylesheet")
block additionalAssets
body
div.container
block headline
block content