Home | History | Annotate | Download | only in _templates
      1 {% extends "!page.html" %}
      2 {% block extrahead %}
      3     <a href="https://github.com/aliles/funcsigs">
      4         <img style="position: absolute; top: 0; right: 0; border: 0;"
      5              src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
      6              alt="Fork me on GitHub">
      7     </a>
      8     {{ super() }}
      9 {% endblock %}
     10