backend/views/layout/base.pug

18 lines
281 B
Plaintext
Raw Permalink Normal View History

2023-12-14 11:15:56 +01:00
doctype html
html
head
title= title
link(href="/assets/css/app.css",rel="stylesheet")
block additionalAssets
body
2023-12-19 09:12:42 +01:00
div.nav
include ./_navbar.pug
div.nav
block nav
2023-12-14 11:15:56 +01:00
div.container
block headline
block content