mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
9 lines
211 B
HTML
9 lines
211 B
HTML
{% macro render_resource(item) %}
|
|
<tr>
|
|
<td><a href="{{ item|url }}">{{ item.file }}</a></td>
|
|
<td>{{ item.description }}</td>
|
|
<td>{{ item.type}}</td>
|
|
<td>{{ item.date }}</td>
|
|
</tr>
|
|
{% endmacro %}
|