Logs for #nikola for 2021-05-01

14:27:21 <leitz> New guy, with about half an hour of Nikola expertise.  :)     Is there a way to have CONTENT_FOOTER point to a file?
14:27:52 <leitz> And is there a way to do BODY_START, similar to BODY_END?
16:09:02 <felixfontein> leitz: since conf.py is a Python script, you can make it read a file and use its contents as CONTENT_FOOTER
16:09:49 <leitz> felixfontein, thanks! Had not thought of that, even though I saw the '.py' extension.
16:11:03 <felixfontein> I don't think there is a BODY_START, but you could create your own theme (or overwrite parts of an existing theme) to get that effect
16:11:58 <felixfontein> nikola is very flexible, in particular if you don't mind programming in Python and/or creating/modifying mako/jinja2 templates
16:14:04 <leitz> I'm re-learning Python, and use Jinja2 for Ansible playbooks. Using Nikola works for multiple reasons!