1
0
mirror of synced 2026-01-25 09:03:25 -05:00
Files
docs/includes
Kevin Heis 26a8e61d3a Update survey to use React/TS (#19728)
* Update survey to use React/TS

* Working survey form in react land

* A little cleanup

* Update Search.tsx

* Update Survey.tsx

* Remove token field from schema entirely, just let it fail validation

* Update events.js

* Update survey.html

* use Link component

* Use enum for state

* Update old to match new
2021-06-08 17:34:45 +00:00
..
2021-05-20 10:01:33 -04:00
2021-05-21 16:12:33 -04:00
2021-05-05 23:30:56 +05:30
2020-09-27 14:10:11 +02:00
2020-09-27 14:10:11 +02:00
2021-05-20 10:01:33 -04:00

Includes

The files in this directory are "includes", snippets of HTML that can be reused in multiple layouts or pages. In Ruby on Rails parlance, these are called "partials".

Using Includes

This example injects the contents of includes/header.html into the page:

{% include header %}

Writing Includes

Includes must have a .html extension.