stevenbooru/vendor/src/github.com/yosssi/ace/examples/pass_pipeline_to_included_t.../example.ace

12 lines
255 B
Plaintext

= doctype html
html lang=en
head
meta charset=utf-8
title Pass a Pipeline (Parameter) to the Included Template
body
h1 Pass a Pipeline (Parameter) to the Included Template
ul
{{range .Pets}}
= include pet .
{{end}}