Files
sqlpage--sqlpage/sqlpage/templates
setop 966b955f36 card: add top image attributes for lazy loading (#1283)
* card: add top image attributes for lazy loading

This will be useful for long image gallery.

Developped according to [HTML specs of img tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/img#lazy)

* docs: move card image parameters into existing migration

---------

Co-authored-by: Ophir LOJKINE <ophir.lojkine@datadoghq.com>
2026-05-12 22:27:41 +02:00
..
2025-11-24 12:56:06 +01:00
2025-11-23 00:40:37 +01:00

SQLPage component templates

SQLPage templates are handlebars1 files that are used to render the results of SQL queries.

Default components

SQLPage comes with a set of default2 components that you can use without having to write any code. These are documented on https://sql-page.com/components.sql

Custom components

You can write your own component templates and place them in the sqlpage/templates directory. To override a default component, create a file with the same name as the default component. If you want to start from an existing component, you can copy it from the sqlpage/templates directory in the SQLPage source code2 .