mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Add support for Blade-style @each include loop
This commit is contained in:
parent
eba9a4d333
commit
668feea9e9
7 changed files with 56 additions and 4 deletions
|
|
@ -39,6 +39,9 @@
|
|||
<div>Nothing here...</div>
|
||||
@end
|
||||
|
||||
@each('incl/eachtest', $bar, 'var')
|
||||
@each('incl/eachtest', [], 'anything', 'incl/empty')
|
||||
|
||||
@desktop
|
||||
<p>The full class name is {get_class(new Push)|escape}, {Push::class} really.</p>
|
||||
@enddesktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue