以下のようなテンプレートがあります
<div>
<a href="{{href}}" class="{{class}}">{{linkText}}</a>
same duplicate link below
<a href="{{href}}" class="{{class}}">{{linkText}}</a>
</div>
上記のよう<a href="{{href}}" class="{{class}}">{{linkText}}</a>
に、2 回再利用されています。一度定義して、必要なだけ何度でも使用できる解決策はありますか。