%
function includeMD(file) {
var text = include(file);
return converter.makeHtml(text);
}
function includeMDJs(file) {
var text = include(file);
return converter.makeHtml('```javascript\n' + text + '\n```');
}
%>
<% include layout/headnobs.html%>
<%- headContent %>
<% include components/useage.html %>
<% include components/Button/buttons-options.html %>
<% include components/Button/buttons-sizes.html %>
<% include components/Button/buttons-block.html %>
<% include components/Button/buttons-status.html %>
<% include components/Button/buttons-tags.html %>
<% include components/Form/forms-example.html %>
<% include components/Form/forms-inline.html %>
<% include components/Form/forms-horizontal.html %>
<% include components/Form/forms-controls.html %>
<% include components/Form/forms-controls-static.html %>
<% include components/Form/forms-control-focus.html %>
<% include components/Form/forms-control-disabled.html %>
<% include components/Form/forms-control-readonly.html %>
<% include components/Form/forms-control-validation.html %>
<% include components/Navigation/nav-tabs.html %>
<% include components/Navigation/nav-pills.html %>
<% include components/Navigation/nav-stacked.html %>
<% include components/Navigation/nav-justified.html %>
<% include components/Navigation/nav-underline.html %>
<% include components/Table/tables-example.html %>
<% include components/Table/tables-striped.html %>
<% include components/Table/tables-bordered.html %>
<% include components/Table/tables-hover-rows.html %>
<% include components/Table/tables-condensed.html %>
<% include components/Table/tables-contextual-classes.html %>
<% include components/Table/tables-responsive.html %>
<% include components/autoComplete.html %>
<% include components/fontIcon.html %>
<% include components/pageHeader.html %>
<% include components/pagination.html %>
<% include components/popover.html %>
<% include components/popup.html %>
<% include components/select.html %>
<% include components/tree.html %>
<% include components/modal.html %>
<% include layout/foot.html%>