Back to Bokeh

Gallery Page

src/bokeh/sphinxext/_internal/_templates/gallery_page.rst

3.10.0.dev4640 B
Original Source

.. raw:: html

<div class="bk-gallery">
{% for opt in opts %}
<div class="bk-thumbnail">
<a {% if opt['target'] -%} target="{{ opt['target'] }}" {%- endif %} href="{{ opt['url'] }}">

</a>
<div class="bk-thumbnail-title">{{ opt['title'] }}</div>
{% if opt['desc'] -%}
<div class="bk-thumbnail-description">{{ opt['desc'] }}</div>
{%- endif %}
</div>
{% endfor %}
</div>