I have a DocType called Seminar. When I activate “Has Web View”, two templates are generated,seminar.html and seminar_row.html. I can use them to customize the public web view of a seminar and the entries in the public list of seminars. Now, how can I customize the outer html of the list? Who does render the row template? Is there any template calling it? The goal is to smoothly integrate the list into a preexisting Website, that shall not be run by frappe.
I am aware, that I can create a web page, and feed a list of seminars into it via get_context(). The question is, is there a more canonical way to do it?
Oh thank you. I have gone through this amazing video several times. He customizes the row template and the style sheets, but there is no enclosing template involved. But I will follow your other hints.