> > I have a template and it sets the title: > > @@ template.html.ep > % title 'TITLE HERE'; > > And then I extend it: > > @@ extension.html.ep > % extends 'template'; > > It seems reasonable to me that I should be able to set the title in > *extension* with `% title 'NEW TITLE';` but I cannot; the title that > sticks is the one in *template*. >
It can't work that way, because "extension.html.ep" is executed first. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
