fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
meta helper
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
templates
/
account
/
base.html
1
{% extends "site_base.html" %}
2
3
{% block body %}
4
{% block content %} {% endblock %}
5
{% endblock %}
6
7
{% block extrabody %}
8
{% block extra_body %}
9
{% endblock %}
10
{% endblock %}