happs-tutorial-0.3: templates/my-favorite-animal.st
<html> My favorite animal is a: $ favoriteAnimal $ (set with setAttribute) <p> $ leastFavoriteAnimal() $ <p> If I forget to set an attribute (favoriteMammal), it just doesn't display: $ favoriteMammal $ <p> <p>You can comment out parts of a template: $! This Won't Display !$ </html>