Choosing a package
Semantic is designed to be used as part of a front-end build system like Grunt
or Gulp
so that you can modify themes, site-specific variables, and UI overrides during development.
--- layout : 'default' css : 'custom' title : 'Download' type : 'Semantic' --- <% uiElements = @getCollection("uiElements").toJSON() %> <% uiCollections = @getCollection("uiCollections").toJSON() %> <% uiViews = @getCollection("uiViews").toJSON() %> <% uiModules = @getCollection("uiModules").toJSON() %> <%- @partial('header') %>