git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added an index instead of "all sandwiches", made custom titles for every page.
[~kgodey/maayanwich.git]
/
templates
/
notloggedin.html
1
{% extends "base.html" %}
2
3
{% block title %}ERROR!{% endblock %}
4
5
{% block content %}
6
<h1 class="pagetitle">You are not logged in!</h1>
7
{% endblock %}