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

17 lines
373 B
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{!< _default}}
{{!-- The tag above means: insert everything in this file
into the {body} tag of the default.hbs template --}}
{{#post}}
{{!-- Everything inside the #post block pulls data from the post --}}
{{#contentFor "title"}}Matthias Portzel {{title}}{{/contentFor}}
<section>
<h1 class="article-title">{{title}}</h1>
{{content}}
</section>
{{/post}}