How could I add templates not in bottoms of pages, but in tops? Thanks in advance!
That's easy, just do:
p.text = "{{MyTemplate}}\n" + p.text;
"Page.text" field contains text of the page after loading.
thanks! =) sorry for stupid question =)
Log in to post a comment.
How could I add templates not in bottoms of pages, but in tops?
Thanks in advance!
That's easy, just do:
p.text = "{{MyTemplate}}\n" + p.text;
"Page.text" field contains text of the page after loading.
thanks! =)
sorry for stupid question =)