File: layout.html

package info (click to toggle)
metakernel 0.30.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,368 kB
  • sloc: python: 5,097; makefile: 179; sh: 18
file content (8 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
{% extends '!layout.html' %}

{% block header %}
  {{ super() }}
  {% if pagename == "index" %}
  <p style="float:right"><a href="https://github.com/calysto/metakernel">Fork me on GitHub</a></p>
  {% endif %}
{% endblock %}