{% extends 'base0.html' %}
{% load markup %}
{% block page-content %}
{% filter restructuredtext %}
There is no such thing as a popup windows in the HTML world.
You have to create the illusion of it stylizing a fragment of the main HTML page, and hiding and showing it as required.
Isn't this cheating ?
|
.. figure:: /static/images/pinocchio.png
{% endfilter %}
{% endblock page-content %}