File: layout.html

package info (click to toggle)
python-traits 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,576 kB
  • sloc: python: 20,406; ansic: 3,991; makefile: 98; sh: 22
file content (9 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
{# Filename: .templates/layout.html #}
{% extends '!layout.html' %}


{% block relbaritems %}
  {% if current_page_name != 'index' %}
    <li><a href="{{ pathto(current_page_name) }}">{{ title }}</a></li>
  {% endif %}
{% endblock %}