edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

quote.html (280B)


      1 <figure class="text-center pt-3">
      2   <blockquote class="blockquote pl-3">
      3     <p>“{{ index . 0 }}”</p>
      4   </blockquote>
      5   <figcaption class="blockquote-footer italic">
      6     {{ with (index . 1) }}
      7       {{ . }}
      8     {{ else }}
      9       Unknown
     10     {{ end }}
     11   </figcaption>
     12 </figure>