We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461e14e commit 43cc28fCopy full SHA for 43cc28f
templates/main.html
@@ -0,0 +1,13 @@
1
+[% INCLUDE header.html %]
2
+
3
+<h1>Welcome to ADBOS</h1>
4
+<div style="width:600px">
5
+<p>[% intro %]</p>
6
+<p>A limited set of OPDEF data can be viewed without an account, but to view
7
+full details you must <a href="/register">register for an account</a>.</p>
8
9
+<p>Forgotten your password? <a href="/emailpw">Reset your password</a></p>
10
11
+</div>
12
13
+[% INCLUDE footer.html %]
0 commit comments