VectorGOLEM/includes/templates/Indicators.mustache
jdlrobson a6dd9b25c5 Model indicators as their own template rather than a block of HTML
This reverts commit be3843e2a3 and
makes a few corrections.

Bug: T251212
Change-Id: Icb17f94e7fa4a70b0a0ea0b9cb9a12f2e727946f
2020-06-09 14:30:08 -07:00

7 lines
172 B
Plaintext

{{! @typedef Indicator[]}}
<div class="mw-indicators mw-body-content">
{{#data-indicators}}
<div id="{{id}}" class="{{class}}">{{{html}}}</div>
{{/data-indicators}}
</div>