On Thu, 28 Nov 2013, [email protected] wrote: > e.g. today I reviewed the overall design - it’s rather horrible to > find all the places where some output comes from
You can set `CFG_WEBSTYLE_INSPECT_TEMPLATES' temporarily to 1 and then restart your Apache. Then, when you hover over some web page element, you will be shown which template function this element came from. Helps a lot to find out all those invenio.websearch_templates:tmpl_foo() functions that are responsible for generating given page bits. > I’d prefer a clean templating system like I’m used from Django or most > CMSs). Then you'll be pleased to know that Invenio/next branch uses Flask framework with Jinja templates. :) Best regards -- Tibor Simko
