Files
uni-web-site/src/components/details-template.pug
2025-12-29 00:12:38 +10:00

25 lines
453 B
Plaintext

include mixins.pug
html
head
meta(charset="UTF-8")
block title
title Details Page
body
block navbar
+navbarMixin("")
.details-container
header.details-header
block header
h1 Default Header
.details-content
.details-text
block text
p Default text content
.details-gallery
block gallery
p No images available