Uses

The Uses statement informs the WEM runtime which library and corresponding version to load in the design template.

Syntax

<% Uses library version %>

Libraries and Versions

library

version

Bootstrap

v3.2.0

Bootstrap

v3.4.1

Bootstrap

latest

jQuery

v1.12.4

jQuery

v3.4.1

jQuery

v3.5.0

jQuery

v3.6.3

jQuery

latest

Example

<% Uses Bootstrap v3.4.1 %>
<% Uses jQuery v3.5.0 %>
<!doctype html>
<html>
    <!-- HTML content -->
</html>

Last updated

Was this helpful?