biofriction-wp-theme/node_modules/panini/test/fixtures/helper-ifpage/layouts/default.html

7 lines
124 B
HTML

<html>
<body>
{{#ifpage 'index'}}Index page{{/ifpage}}
{{#ifpage 'about'}}About page{{/ifpage}}
</body>
</html>