Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/html-templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ The following aspects of the default HTML templates can be customized (within th
- **icon**: shortcut icon (typically displays on a given web browser tab)
- **logo**: logo/image banner (displays at the top of HTML pages)

.. warning::

The pygeoapi web frontend is provided *only* as an example of an alternate ``HTML`` encoding.
It should not be viewed as a replacement for a proper OGC API client, which can add much more capabilities than even the ones you can achieve with HTML templating.
On the `Dive into pygeoapi workshop <https://dive.pygeoapi.io/>`_ you can find examples of existing OGC API clients.

.. _`Jinja`: https://palletsprojects.com/p/jinja/
.. _`Jinja documentation`: https://jinja.palletsprojects.com
Expand Down