Files
Basalt2/node_modules/shiki/samples/pug.sample
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

19 lines
430 B
Plaintext

doctype html
html(lang="en")
head
title= pageTitle
script(type='text/javascript').
if (foo) bar(1 + 5);
body
h1 Pug - node template engine
#container.col
if youAreUsingPug
p You are amazing
else
p Get on it!
p.
Pug is a terse and simple templating language with a
strong focus on performance and powerful features.
//- From https://github.com/pugjs/pug