matthiasportzel.com/paper-houses-theme/about.hbs

30 lines
640 B
Handlebars

{{!< _default }}
{{#contentFor "title"}}Matthias Portzel{{/contentFor}}
{{!-- Scope to load data from the page --}}
{{#page}}
<section class="rich-text">
<h1>{{title}}</h1>
{{content}}
</section>
<section id="contact">
<h1>Contact</h1>
{{@custom.contact_info}}
</section>
<section id="links-out">
<h1>Find me elsewhere</h1>
{{!-- Pull in secondary navigation please --}}
{{navigation type="secondary"}}
</section>
{{!-- Need to reference something in partials/ in order for ghost to see and pull in navigation.hbs --}}
{{> "empty"}}
{{/page}}