summaryrefslogtreecommitdiff
path: root/templates/shortcodes/treelink.html
blob: ff80fdc04cdb32285ef38c4c2ddf210417d7698c (plain) (blame)
1
2
3
4
5
6
7
8
<li>
  <a href="{{ url }}" {% if blank %} target="_blank" {% endif %} {% if rel %} rel="{{ rel }}" {% endif %}>{{ text }}</a>
  {% if wip %}
  <span {% if wip_tooltip %}data-tooltip="{{ wip_tooltip }}" {% endif %}>
    <span class="under-construction unselectable"></span>
  </span>
  {% endif %}
</li>