18 lines
692 B
Handlebars
18 lines
692 B
Handlebars
{{!< default}}
|
|
|
|
<main class="flex-2 max-w-content">
|
|
<section class="px-5 sm:px-6 pt-4 sm:pt-5">
|
|
<div class="max-w-content mx-auto flex flex-col items-center sm:flex-row gap-4 justify-between border-b border-brd pb-4 sm:pb-5">
|
|
{{#tag}}
|
|
<div class="flex-3 flex flex-col gap-1">
|
|
<h1 class="text-lg sm:text-xl font-medium leading-tight">{{name}}</h1>
|
|
{{#if description}}
|
|
<p class="text-sm text-typ-tone max-w-lg text-balance">{{description}}</p>
|
|
{{/if}}
|
|
</div>
|
|
{{/tag}}
|
|
</div>
|
|
</section>
|
|
{{> "lists/post-feed-archive"}}
|
|
</main>
|