Add include example

This commit is contained in:
2023-10-29 19:56:15 -07:00
parent e3770adc87
commit 1c87deb61b
8 changed files with 169 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
<html>
#include("head.html")
<body>
#include("header.html")
<section class="hero is-fullheight-with-navbar">
<div class="hero-body">
<div class="container">
<p class="title">Hello, #(name)!</p>
<p class="subtitle">This is a demo of the Salix template engine.</p>
<a class="button is-link is-rounded" href="/about">About &rarr;</a>
</div>
</div>
</section>
#include("footer.html")
</body>
</html>