File: template.txt

package info (click to toggle)
inja 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,620 kB
  • sloc: cpp: 30,997; python: 189; makefile: 16; sh: 3
file content (7 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
{% extends "inter.txt" %}
{% block head -%}
    {{ super(2) }}
    <style type="text/css">.important { color: #336699; }</style>
{%- endblock %}
{% block title %}{{ super(2) }}{{ super() }}: {{ title }}{% endblock %}
{% block body %}<main>{{ content }}</main>{% endblock %}