Split out rendering of this-page
component in falafel theme
it's possible a template may need to override that
This commit is contained in:
parent
5e0253927c
commit
9c5f3a3b64
|
@ -452,9 +452,7 @@
|
|||
% endfor
|
||||
% endif
|
||||
|
||||
<this-page
|
||||
v-on:change-content-title="changeContentTitle">
|
||||
</this-page>
|
||||
${self.render_this_page_component()}
|
||||
</section>
|
||||
|
||||
## Footer
|
||||
|
@ -539,6 +537,12 @@
|
|||
${tailbone_autocomplete_template()}
|
||||
</%def>
|
||||
|
||||
<%def name="render_this_page_component()">
|
||||
<this-page
|
||||
v-on:change-content-title="changeContentTitle">
|
||||
</this-page>
|
||||
</%def>
|
||||
|
||||
<%def name="render_navbar_end()">
|
||||
<div class="navbar-end">
|
||||
${self.render_user_menu()}
|
||||
|
|
Loading…
Reference in a new issue