{{block}} in text/template
We can achieve what is known as "template inheritance" in other template engines using the {{block}} tag. A {{block}} is a replaceable fragment inside a template. Here's an example:
- {{define "Base"}}
<p>A header</p>
{{block body}}