HTML helpers refactor - issue #246 item 2
- Helpers no longer require data to be passed explicitly to them
This commit is contained in:
parent
5d770ffe10
commit
cffc941b6b
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</ul>
|
</ul>
|
||||||
{{paginate pagination}}
|
{{paginate}}
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue