Common Styles
Last updated
Was this helpful?
The CommonStyles template part renders the WEM runtime stylesheets. This template part is typically placed in the <head> section of the website.
<% 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
Was this helpful?
Was this helpful?