feat.js
Version:
The Feat.JS Framework; Easy, powerful and fast.
23 lines (14 loc) • 472 B
HTML
<Include src="test/pages/parts/header" />
<body>
<Navigation title="My cool website" href="/">
<NavItem name="Home" href="/" />
<NavItem name="About" href="/about" />
<NavItem name="Counter" href="/counter" />
<NavItem name="Contact" href="mailto:{{ email }}" />
</Navigation>
<Container>
<h1>{{ post.title }}</h1>
<p>{{ post.body }}</p>
</Container>
<br><br>
</body>