1 2 3 4 5 6 7 8 9 10
<%inherit file="/root.mako" /> ## content <h1 class="title">${self.heading()}</h1> ${next.body()} ## functions <%def name="heading()"> </%def>