HTML Templating
Introduction
Getting Started
1. Include UseSQL Templating SDK
<script src="https://load.usesql.com"></script>2. Add Basic UseSQL Attributes To HTML
<html>
<body>
<h2>Use Cases</h2>
<div
usesql='SELECT * FROM "https://docs.google.com/spreadsheets/d/14nfqS4gh7KudU7-kRU5thHP_54G_ghe7PgYj5W_CyPM/edit#gid=0"'
usesql-key="YOUR_KEY_GOES_HERE">
</div>
<script src="https://load.usesql.com"></script>
</body>
</html>3. Insert Data Using Template Delimiters
FAQ
I use another templating system that uses {{ and }}. Can I avoid this conflict?
How would I provide a saved query to the templates?
Last updated