tonongregory
10 years agoGuide
Articles component get article id
Hello
I override articles component (articles@override).
I want to add a <div> for each articles, my code is
<@delegate />
<div id=""><div>
But i want to get current article id to identify my div like
<@delegate />
<div id="${article.id}"><div>
How can i get this id ?