Make a templates/ directory
This commit is contained in:
parent
8c69c1338b
commit
1f7eb175f5
|
@ -20,5 +20,5 @@ def user_key(u):
|
|||
|
||||
all.sort(key=user_key)
|
||||
|
||||
tmpl = Template(filename='iron-blogger.tmpl', output_encoding='utf-8')
|
||||
tmpl = Template(filename='templates/iron-blogger.tmpl', output_encoding='utf-8')
|
||||
print tmpl.render(users=all)
|
||||
|
|
Loading…
Reference in a new issue