|
Within the header.html the next item is loaded: {% loadregistry header_links %}{% endloadregistry %} Where can i find the html source of this page? |
|
Those links are registered with python code, so that modules and such can load their own links. See this question. |