{% extends 'base.html' %} {% load i18n %} {% block body %}
{{key}}
.
{% endblocktrans %}
{{request.scheme}}://{{request.META.HTTP_HOST}}{{request.path}}
{% blocktrans %}To get started, the first thing you want to do is define your configuration. Do this by clicking on the Configuration tab. {% endblocktrans %}
apprise --body="Test Message" --tag=all \
--config={{request.scheme}}://{{request.META.HTTP_HOST}}{% url "get" key %}
{% blocktrans %}Define your configuration below:{% endblocktrans %}
{% blocktrans %} You can send a notification using the loaded configuration: {% endblocktrans %}