{% extends 'base.html' %} {% block head %} {% include 'modules/deps.html' %} {% include 'modules/ethers.html' %} {% include 'modules/utils.html' %} {% include 'modules/tx.html' %} {% include 'modules/croptop_publisher.html' %} {% include 'modules/croptop_deployer.html' %} {% include 'modules/permissions.html' %} {% include 'modules/planet_seo.html' %} {% endblock %} {% block dom_ready %} window.onpopstate = function(event) { if (event.state) { const postModal = document.getElementById("post-modal"); postModal.style.display = "none"; } }; {% endblock %} {% block main %} {% include './top-dom.html' %}
( all ) {% for tag in planet.tags %} ( {{ tag }} ) {% endfor %}
[|]
{% include './fork-modal.html' %}
{% endblock %}