mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-23 07:02:19 +00:00
11 lines
368 B
Smarty
11 lines
368 B
Smarty
gopher://{{data['ip']}}/
|
|
Dirs:
|
|
{% for dir in [f for f in self._host['data']['files'] if f['type'] == '1'] -%}
|
|
+ {{dir['path']}}
|
|
{% endfor -%}
|
|
Other nodes:
|
|
{% for file in [f for f in self._host['data']['files'] if f['type'] != '1' and f['type'] != 'i'] -%}
|
|
+ {{file['path']}}
|
|
{{file['name']}}
|
|
{% endfor -%}
|
|
Geo: {{data['geo']['country']}}/{{data['geo']['city']}} |