Skip to content

Instantly share code, notes, and snippets.

@hauke725
Created April 22, 2016 14:32
Show Gist options
  • Save hauke725/850c993de206dae6f83c439f6fe86114 to your computer and use it in GitHub Desktop.
Save hauke725/850c993de206dae6f83c439f6fe86114 to your computer and use it in GitHub Desktop.
{extends file="./parent.tpl"}
{block name=content}
<h1>Test</h1>
{include file="./includes/first-include.tpl"}
{/block}
<p>
Include:
{include file="./second-include.tpl"}
</p>
<html>
<body>
{block name=content}
{/block}
</body>
</html>
<span>whatever</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment