File: layout.html

package info (click to toggle)
flask-bcrypt 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 294; makefile: 113; sh: 17
file content (4 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (2)
1
2
3
4
{% extends '!layout.html' %}
{% block document %}
  {{super()}}
{% endblock %}