Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

The legend template is an optional template which defines terms or symbols used on the page

Code Block

Icon Glossary
<div class="legend">
	<div class="container">
		<img class="req" src="$symbol_image" alt="$symbol_name" />
		<div class="leader">=</div>
		<div class="label">$symbol_description</div>
	</div>
</div>