{% from 'components/buttons.html' import button %} {% from 'components/links.html' import kemono_link %} {% macro tooltip() %}
{{ button('Close', 'tooltip__close') }} {{ caller() }}
{% endmacro %} {% macro register_message(action_name) %}

{{ action_name }} is only available to registered users.
Visit the {{ kemono_link('/account/login?location=' + request.path, 'login page', is_noop=false) }} if you have an account.
Otherwise visit the {{ kemono_link('/account/register?location=' + request.path, 'registration page', is_noop=false) }} to create one.

{% endmacro %}