document the macro

This commit is contained in:
Kevin Ngo
2018-09-18 18:49:28 -07:00
parent e9dd82d81b
commit a8cb9e29bf

View File

@@ -1,3 +1,4 @@
<!-- Macro is a templating function. It is rendered into the HTML below with {{ searchResults() }}. -->
{% macro searchResults () %}
<a-entity id="searchResultList"
bind-for="for: item; in: searchResultsPage; key: id; template: #searchResultTemplate"