There is a new template that allows to link to the next/previous code section (where it makes sense): ``` {% include code_navigation.html next_text="next text" next_url="/nex/url" prev_text="initialize_timing" prev_url="/initialize-timing/" %} ```
There is a new template that allows to link to the next/previous code section (where it makes sense):