File: main.html

package info (click to toggle)
pydantic-settings 2.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,172 kB
  • sloc: python: 9,463; makefile: 33
file content (10 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
<!-- start announce block -->
{% block announce %}
  {% include 'announce.html' ignore missing %}
{% endblock %}
<!-- end announce block -->
{% block content %}
  {{ super() }}
  <script src="/flarelytics/client.js"></script>
{% endblock %}