{% extends "layout.html" %} {% block content %}
{{ _('You can add a bookmark with a bookmarklet. Drag the following button to your browser bookmarks.') }}
{{ _('Bookmark this page using Newspipe', bookmarklet='javascript:window.location="%s?href="+encodeURIComponent(document.location)' % url_for('bookmark.bookmarklet', _external=True)) }}