Learn HyperTemplates
Goal
In this tutorial we will introduce the five core building blocks behind HyperTemplates pure-HTML templating system: template attributes. In as little as 15 minutes you'll learn enough to start making your own layout templates.
Setup
There are only three requirements for this series of tutorials:
- The HyperTemplates CLI tool (
hyperctl
) (downloads) - A text editor
- A browser
Lessons
- Lesson 1:
ht-content
- Learn more about content templating.
- Lesson 2:
ht-attrs
- Learn more about HTML attribute templating.
- Lesson 3:
ht-if
- Learn more about template conditionals.
- Lesson 4:
ht-include
- Learn more about template includes.
- Lesson 5:
ht-template
- Learn more about template iterators.