UNPKG

tw-runner

Version:

Run and manage Tower Website projects with this utility.

19 lines (14 loc) 703 B
<section class="h-full w-full flex flex-col justify-between text-center md:text-left gap-4"> <header class="grid gap-4 text-center"> {{ partial "components/sections/breadcrumbs.html" . }} <h1 class="text-4xl font-mono font-bold text-center">{{ .Title }}</h1> </header> <main class="font-extralight"> <h2 class="">{{ .Params.description }}</h2> </main> <footer class="w-full flex justify-between font-extralight"> {{/* Author Card & Publishing Info */}} {{/* Social Sharing */}} <button class="btn btn-base btn-rounded btn-sm">{{ partial "image/svg-resizeable.html" (dict "src" "images/symbols/share.svg" "class" "fill-white") }}</button> </footer> </section>