gdritter repos lib-static / master templates / quote.mustache
master

Tree @master (Download .tar.gz)

quote.mustache @masterraw · history · blame

<div class="quotes">
  {{#quotelist}}
    <div class="quote" id="{{id}}">
      {{{content}}}
    {{#author}}
      <div class="author">
        {{{author}}}
      </div>
    {{/author}}
    {{^focus}}
      <div class="quotelink"><a href="{{id}}" onClick="doHighlight('{{id}}')">#{{id}}</a></div>
    {{/focus}}
    </div>
  {{/quotelist}}
</div>