mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-22 22:52:19 +00:00
15 lines
365 B
Smarty
15 lines
365 B
Smarty
gopher://{{data['ip']}}/
|
|
Dirs:
|
|
{% for node in data['files'] -%}
|
|
{% if node['type'] == '1' -%}
|
|
+ {{node['path']}}
|
|
{% endif -%}
|
|
{% endfor -%}
|
|
Other nodes:
|
|
{% for node in data['files'] -%}
|
|
{% if node['type'] != '1' and node['type'] != 'i' -%}
|
|
+ {{node['path']}}
|
|
{{node['name']}}
|
|
{% endif -%}
|
|
{% endfor -%}
|
|
Geo: {{data['geo']['country']}}/{{data['geo']['city']}} |