···27272828## Other directories
29293030-- `src/common`: Common Javascript code shared by various components and/or themes.
3131-- `src/styles`: Common CSS shared by themes, the index page or facets.
3232-- `src/favicons`, `src/fonts`, `src/images` are binary assets for themes and the index page (`src/index.vto`)
3030+- `src/common`: Common Javascript code shared by various components and/or pages.
3131+- `src/styles`: Common CSS shared by pages or facets.
3232+- `src/favicons`, `src/fonts`, `src/images` are binary assets for facets and pages.
3333- `src/_components` and `src/_includes` are templates used in `.vto` templates.
-1
src/build.vto
···107107 </p>
108108 <ul>
109109 <li><span>Most elements are configured in broadcast mode so they communicate across tabs. There are a few exceptions such as inputs, where we prefer parallelisation.</span></li>
110110- <li><span>You can use facets in combination with themes by adding the elements used in the theme to a group and then passing in the group name as a URL query parameter (eg. <code>group=facets</code>)</span></li>
111110 </ul>
112111 </section>
113112</div>
···266266 title: "Orchestrators",
267267 items: orchestrators,
268268 content: `
269269- These too are element compositions. However, unlike themes, these are purely logical. Mostly exist in order to construct sensible defaults to use across themes and other compositions.
269269+ These are element compositions, logic only. Mostly exist in order to construct sensible defaults.
270270 `
271271 }) }}
272272