stevenbooru/vendor/src/github.com/yosssi/ace/examples/base_inner_template/base.ace

10 lines
163 B
Plaintext

= doctype html
html lang=en
head
meta charset=utf-8
title Base and Inner Template
body
h1 This is a base template
= yield main
= yield sub