Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Conversation

JasonDRZ
Copy link

a.html
@include('b.html',{data: [{title: 'what the fuck?'}]})

b.html
@loop('c.html', data);

c.html
@title =>// "what the fuck?"

JasonDRZ and others added 2 commits January 25, 2018 16:21
a.html
@include('b.html',{data: [{title: 'what the fuck?'}]})

b.html
@loop('c.html', data);

c.html
@title   =>// "what the fuck?"
Add "loop statement + contextData" example!
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.1%) to 83.01% when pulling cf601a1 on JasonDRZ:master into 5897e85 on coderhaoxin:master.

@haoxins haoxins closed this Dec 20, 2020
@haoxins haoxins deleted the branch haoxins:master December 20, 2020 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants