{% extends "layout.html" %} {% from 'domain_table.macro.html' import domain_table %} {% from 'ruler.macro.html' import ruler %} {% block body %} {{ ruler() }}
Version: {{version}}
{% endif %} {% if account %}Account: {{account}}
{% endif %} {% if string %}String: "{{string}}"
{% endif %}Showing domains for plugin. [JSON]
{{ domain_table(domains)}}