forked from expo/troggle
add labels to templates to help debugging
This commit is contained in:
parent
3e50d0edca
commit
0fee2bb165
@ -1,4 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<!-- base.html - this text visible because this template has been included -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<!-- cavebase.html - this text visible because this template has been included -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<!-- expopage.html - this text visible because this template has been included -->
|
||||||
{% extends "expobase.html" %}
|
{% extends "expobase.html" %}
|
||||||
{% block title %}{{ title }}{% endblock %}
|
{% block title %}{{ title }}{% endblock %}
|
||||||
{% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %}
|
{% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<!-- expowebbase.html - this text visible because this template has been included -->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<!-- pagenotfound.html - this text visible because this template has been included -->
|
||||||
{% extends "expobase.html" %}
|
{% extends "expobase.html" %}
|
||||||
{% block title %}Page not found {{ path }}{% endblock %}
|
{% block title %}Page not found {{ path }}{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<!-- svxcaveseveral.html - this text visible because this template has been included -->
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}List of survex files{% endblock %}
|
{% block title %}List of survex files{% endblock %}
|
||||||
{% load wiki_markup %}
|
{% load wiki_markup %}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<!-- svxcavesingle.html - this text visible because this template has been included -->
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}List of survex files{% endblock %}
|
{% block title %}List of survex files{% endblock %}
|
||||||
{% load wiki_markup %}
|
{% load wiki_markup %}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<!-- svxcavesingle404.html - this text visible because this template has been included -->
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}List of survex files{% endblock %}
|
{% block title %}List of survex files{% endblock %}
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<!-- svxfile.html - this text visible because this template has been included -->
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load survex_markup %} <!-- this is core/templatetags/survex_markup.py for syntax colouring -->
|
{% load survex_markup %} <!-- this is core/templatetags/survex_markup.py for syntax colouring -->
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<!-- svxfilecavelist.html - this text visible because this template has been included -->
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}List of survex files{% endblock %}
|
{% block title %}List of survex files{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user