<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
3 comments
Already possible:
https://www.youtube.com/watch?v=AVT3IkKpKa0
Nice!
So functions are proper scripts. Do we have access to the on-the-fly functions source code?
Right here.
Please sign in to leave a comment.