{% extends "base.html" %} {% block title %}Explorer{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Registry_Portal_Initialized

Template Registry Server

{{ stats.total_templates }} Packages {{ stats.total_clones }} Transactions
$ nptmpl
{% if current_filters.lang or current_filters.tag or current_filters.author or query %} /RESET_STATE {% endif %}
{% for t in templates %}
{% if 'react' in t.languages or 'js' in t.languages or 'ts' in t.languages %}⚛️{% elif 'python' in t.languages %}🐍{% elif 'rust' in t.languages %}🦀{% elif 'go' in t.languages %}🐹{% else %}📦{% endif %}

REV_{{ t.version }}

{{ t.download_count }}↓

{{ t.group_name }}/{{ t.name }}

{{ t.description }}

{% for lang in t.languages %} {{ lang }} {% endfor %}
{% endfor %}
{% if not templates %}

Target_Node_Empty

{% endif %}
{% endblock %}