mirror of
https://github.com/acid-info/nimbus-site.git
synced 2025-01-13 10:54:34 +00:00
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
<li class="plugin on">
|
|
<a href="{{ tutorial.link }}" class="plugin-name">{{ tutorial.name }}</a>
|
|
<p class="plugin-desc">{{ tutorial.description }}</p>
|
|
<div class="plugin-tag-list">
|
|
{% for tag in tutorial.tags %}
|
|
<a href="#{{ tag }}" class="plugin-tag">{{ tag }}</a>
|
|
{% endfor %}
|
|
</div>
|
|
</li>
|