<!-- sources -->

%if;(has_sources or has_linked_page.BIBLIO)
  <h3 class="highlight">[*source/sources]1</h3>
  <em>
    <ul>
      %foreach;source;
        <li>%source_type;: %source;</li>
      %end;
    </ul>
  </em>
  %if;has_linked_page.BIBLIO; - [*bibliography]
    <p>
      %apply;capitalize(linked_page.BIBLIO)
    </p>
  %end;
%end;
