{% if node.is_nameserver %} You are a nameserver, responsible for looking up addresses for your clients. {% else %} {% if node.is_gateway %} You are a gateway router, responsible for directing traffic between two networks. {% else %} You are an ordinary computer on the Internet. {% endif %} Your nameserver is {{node.nameserver}}. {% endif %}