84 lines
2.4 KiB
Handlebars
84 lines
2.4 KiB
Handlebars
{{!< default}}
|
|
|
|
<main class="gh-main">
|
|
{{#post}}
|
|
{{#has tag="#private-ops"}}
|
|
{{#if access}}
|
|
<article class="gh-article {{post_class}}">
|
|
|
|
<header class="gh-article-header gh-canvas">
|
|
{{#if primary_tag}}
|
|
<a class="gh-article-tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a>
|
|
{{/if}}
|
|
|
|
<h1 class="gh-article-title">{{title}}</h1>
|
|
|
|
{{#if custom_excerpt}}
|
|
<p class="gh-article-excerpt">{{custom_excerpt}}</p>
|
|
{{/if}}
|
|
|
|
{{> "post-meta"}}
|
|
|
|
{{> "feature-image"}}
|
|
</header>
|
|
|
|
<section class="gh-content gh-canvas">
|
|
{{content}}
|
|
</section>
|
|
|
|
</article>
|
|
{{else}}
|
|
<article class="gh-article">
|
|
<header class="gh-article-header gh-canvas">
|
|
<h1 class="gh-article-title">No encontrado</h1>
|
|
</header>
|
|
</article>
|
|
{{/if}}
|
|
{{else}}
|
|
<article class="gh-article {{post_class}}">
|
|
|
|
<header class="gh-article-header gh-canvas">
|
|
{{#if primary_tag}}
|
|
<a class="gh-article-tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a>
|
|
{{/if}}
|
|
|
|
<h1 class="gh-article-title">{{title}}</h1>
|
|
|
|
{{#if custom_excerpt}}
|
|
<p class="gh-article-excerpt">{{custom_excerpt}}</p>
|
|
{{/if}}
|
|
|
|
{{> "post-meta"}}
|
|
|
|
{{> "feature-image"}}
|
|
</header>
|
|
|
|
<section class="gh-content gh-canvas">
|
|
{{content}}
|
|
</section>
|
|
|
|
</article>
|
|
{{/has}}
|
|
{{/post}}
|
|
|
|
{{#post}}
|
|
{{#has tag="#private-ops"}}
|
|
{{#if access}}
|
|
{{> "related-posts"}}
|
|
{{/if}}
|
|
{{else}}
|
|
{{> "related-posts"}}
|
|
{{/has}}
|
|
{{/post}}
|
|
|
|
{{#post}}
|
|
{{#has tag="#private-ops"}}
|
|
{{#if access}}
|
|
{{> "comments"}}
|
|
{{/if}}
|
|
{{else}}
|
|
{{> "comments"}}
|
|
{{/has}}
|
|
{{/post}}
|
|
</main>
|