a thing like this won't be correctly parsed. {{ item.post_permalink }}
will not be substituted by the passed-in text, while {{ item.read_label }}
will be correctly parsed.
<script type="text/x-template" id="news-template">
<a href="{{ item.post_permalink }}" class="read-more">{{ item.read_label }}</a>
</script>
how to solve? It seem's it's somewhat related about being inside an html property