Include
Use a Include definition to add in script, link, meta, or head dependencies.
Example 1: For script and link dependencies
The simplest way to use Include
is as a global definition. It will "include"
it's contents in the head of the document as soon as Modulo loads. Note that
it will NEVER include the same thing twice (it uses hashes to identify
resources). This mode is great for following tutorials for integrating JS
projects.
For example, to include Quill JS, it's as easy as just pasting in the head content they give you:
Example 2: Including meta content
Include can be used for adding meta tags to your page as well: