Simplify page title display for mobile base template

This commit is contained in:
Lance Edgar 2017-05-23 11:30:38 -05:00
parent d93b91f491
commit 4875c8ebdc

View file

@ -108,11 +108,7 @@
% endfor
% endif
% if master is not Undefined and master.listing:
<h1>${model_title_plural}</h1>
% elif capture(self.page_title):
<h2>${self.page_title()}</h2>
% endif
${self.body()}