mirror of
https://github.com/usetrmnl/api-docs.git
synced 2026-08-13 23:18:08 -07:00
GITBOOK-158: No subject
This commit is contained in:
@@ -2,17 +2,6 @@
|
||||
description: >-
|
||||
Welcome to TRMNL. Here you can learn how to build plugins, connect your own
|
||||
hardware, and more.
|
||||
layout:
|
||||
title:
|
||||
visible: true
|
||||
description:
|
||||
visible: true
|
||||
tableOfContents:
|
||||
visible: true
|
||||
outline:
|
||||
visible: true
|
||||
pagination:
|
||||
visible: false
|
||||
---
|
||||
|
||||
# 👋 Overview
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
* [Screen Templating](private-plugins/templates.md)
|
||||
* [🖼️ Plugin Templating (DEPRECATED, hidden)](private-plugins/templates-1.md)
|
||||
* [Screen Templating (Graphics)](private-plugins/templates-advanced.md)
|
||||
* [Webhooks](private-plugins/create-a-screen.md)
|
||||
* [Webhooks](private-plugins/webhooks.md)
|
||||
|
||||
***
|
||||
|
||||
|
||||
@@ -28,12 +28,10 @@ Our Liquid implementation provides a new tag, `{% template [name] %}` , which wo
|
||||
|
||||
```liquid
|
||||
<!-- shared markup -->
|
||||
{% raw %}
|
||||
{% template say_hello %}
|
||||
Hello there, {{ name }}.
|
||||
{% endtemplate %}
|
||||
|
||||
<!-- view markup -->
|
||||
{% render "say_hello", name: "General Kenobi" %}
|
||||
{% endraw %}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user