{% extends "base.html" %} {% block title %}Wikidata painting depicts{% endblock %} {% block content %}

random painting {% if not username %} | connect to Wikidata account {% endif %}

{% if username %}

username: {{ username }}

{% endif %} {% if not username %}

This tool must be connected with Wikidata to work.

Connect with Wikidata {% endif %}

{% endblock %}