Use the included template blocks to suit your needs
Some blocks are specific to HTML5 Boilerplate or Twitter Bootstrap, while most are simply useful for template extension.
Override the HTML doctype, or use in conjunction with {% h5bp_html ‘’ %} to change the HTML lang attribute.
Override or extend meta tags and the title tag.
Add your application specific title to the title tag.
Add your application specific information to the meta description.
Parent CSS block to override or extend the included CSS files.
Block to include {% h5bp_normalize %} and/or {% h5bp_css %}.
Block to override the included Twitter Bootstrap CSS and responsive CSS files.
Override the included {% h5bp_modernizr ‘2.6.2’ %} or extend with JavaScript files that need to loaded in the head.
Add an id to the body if needed.
Add class(es) to the body if needed.
Override the Internet Explorer warning, and/or extend with the main content from your application.
Override or extend the included JavaScript files with any file that does not need to be loaded in the head.
Override the included {% h5bp_jquery ‘1.10.1’ %} or use the included {% h5bp_jquery ‘2.0.2’ %}.
Override the included {% bootstrap_js ‘all’ %}.
Block to use {% h5bp_ga ‘’ %} to include Google Analytics.
Block to use {% skeleton_ios_fix %} if iOS-Orientationchange-Fix is required. Deprecation warning: this block may be removed in future versions.