Files
Basalt2/node_modules/shiki/samples/pug.sample
Robert Jelic b0a4a6da9c Vitepress
2025-02-10 06:53:23 +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