git.p6c8.net
/
pcdenotes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated dependencies
[pcdenotes.git]
/
notes
/
templates
/
note_detail.html
1
{% extends
"note_base.html"
%}
2
3
{% block title %}{{ note.title }} – Notes{% endblock %}
4
5
{% block content %}
6
{% include
"note.html"
%}
7
{% endblock %}
patrick-canterino.de