Logo

Web Templates

Skeletal HTML templates for Python web frameworks

Navigation

Contents:

  • Setup
  • Django
  • Flask
  • Quart
  • Sphinx
  • Tornado
  • Template(s)
  • Extention
  • Design
  • Contribution
  • Glossary

Related Topics

  • Documentation overview
    • Template(s)
      • Previous: Template(s)
      • Next: <Body>

Quick search

This Page

  • Show Source

<Head>¶

Todo

Write

This section needs to be written :

  • CSS Blocks
  • Meta Blocks
  • JS Blocks

Resets and Shivs¶

Due to the different Javascript and HTML implementations in different web browsers there has been a need to provide HTML “shivs”, which extend the base set of tags supported by a browser, and CSS “resets” to normalize the default spacing, padding and margins of elements within a page. Presently Web-Templates do not apply any particular “shiv” or “reset” nor does it provision any block(s) for this. Should such blocks be required please open an issue.

Note

If there were a standard “shiv” or “reset” this package could certainly consider incorporating it but there seems to be no clear consensus on the matter.

©2018, Carel van Dam. | Powered by Sphinx 1.8.5 & Alabaster 0.7.12 | Page source