8 lines
229 B
Handlebars
8 lines
229 B
Handlebars
{{!< default}} <main id="gh-main" class="gh-main{{#match @custom.mode "Text-based"}} gh-canvas{{/match}}">
|
|
{{#match @custom.mode "Text-based"}}
|
|
{{> text/feed}}
|
|
{{else}}
|
|
{{> image/feed}}
|
|
{{/match}}
|
|
</main>
|