What's the best way (DRY) to get the comments of the current entry with stash?
So far I used a embed-template to present all comments and the comment-form. But this does not work within stash — and isn't there a smarter way than a embeded tempalte?
{exp:channel:entries channel='news' limit='1' dynamic='on' require_entry='yes' track_views='one'}
…
{exp:stash:set name='entry_comments' parse_tags='yes'}{embed='_interactive/comments' channel='{channel_short_name}' comment_total='{comment_total}' {if allow_comments}allow='yes'{/if}}{/exp:stash:set}
…
{/exp:channel:entries}