PHP , "" HTML - , PHP, , HTML. :
myPugTemplate.pug.php
html
head
title "<?= $this->title ?>"
body
<?php
$indent=str_repeat(' ', 2);
if ($this->foo) {
echo $indent . 'bar= myPost';
} else {
echo $indent . 'baz= myNav';
}
?>
footer
+footerContent
Pug , Pug-, , Apache,
mod_ext_filter, pug-cli :
ExtFilterDefine pug-to-html mode=output intype=text/pug outtype=text/html \
cmd="pug"
<Location />
SetOutputFilter pug-to-html
</Location>