The CommonStyles template part renders the WEM runtime stylesheets. This template part is typically placed in the <head> section of the website.
CommonStyles
<head>
<% CommonStyles %>
<head> <title>Title of the Application</title> <!-- Head content --> <% CommonStyles %> <!-- Head content --> </head>
<link rel="stylesheet" href="/static/styles/default.css"> <link rel="stylesheet" href="/static/styles/customcontrol.css">
Last updated 1 month ago
Was this helpful?