fix comment in menu.html

This commit is contained in:
Kevin Ngo
2018-09-18 20:08:58 -07:00
parent 3194501373
commit 31d1fcdbac

View File

@@ -1,4 +1,4 @@
<!-- Macro is a templating function. It is rendered into the HTML below with {{ searchResults() }}. -->
<!-- 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"