bordel2
This commit is contained in:
parent
8b419b1ca5
commit
bef7bbbcdc
|
@ -94,7 +94,7 @@ for dirname, subdirlist, mdlist in os.walk('.'):
|
||||||
)
|
)
|
||||||
|
|
||||||
# Read template file
|
# Read template file
|
||||||
with open(tpl_path+"/"+template+".tpl", 'r') as tpl:
|
with open(tpl_path+"/"+post["template"]+".tpl", 'r') as tpl:
|
||||||
template = Template(tpl.read())
|
template = Template(tpl.read())
|
||||||
|
|
||||||
# Integrate the GMI content in the template
|
# Integrate the GMI content in the template
|
||||||
|
|
Loading…
Reference in New Issue