Merge pull request #5489 from Kiran-Rao/fix-template-call-inconsistency
Fix template inconsistencypull/5493/head
commit
5d3ef0ffaf
@ -1,9 +1,9 @@ |
||||
<template name="loginLayout"> |
||||
<section class="full-page color-tertiary-font-color"> |
||||
<div class="wrapper"> |
||||
{{ > loginHeader }} |
||||
{{> loginHeader }} |
||||
{{> Template.dynamic template=center}} |
||||
{{ > loginFooter }} |
||||
{{> loginFooter }} |
||||
</div> |
||||
</section> |
||||
</template> |
||||
|
||||
Loading…
Reference in new issue