title: $:/core/ui/ViewTemplate/lazy-loading
tags: $:/tags/ViewTemplate

\whitespace trim
<%if [<currentTiddler>has:field[_is_skinny]] %>
  <!-- Render the text to trigger lazy-loading -->
  {{||$:/core/ui/ViewTemplate/body/default}}
  <!-- Indicator of loading state -->
  <div class="tc-tiddler-lazy-loading" />
<%endif%>
