Files
meteor/docs/client/packages/bootstrap.html
David Glasser 72731ddda0 Use jQuery to force all non-#internal links to use target=_blank.
Rewrite <a href> links to use Markdown syntax now that they don't need the <a
href> to get target=_blank.
2012-10-15 11:16:53 -07:00

16 lines
471 B
HTML

<template name="pkg_bootstrap">
{{#better_markdown}}
## `bootstrap`
Twitter's Bootstrap package is a front-end toolkit for faster, more
beautiful web development. Bootstrap provides simple and flexible HTML,
CSS, and Javascript for popular user interface components and
interactions including typography, forms, buttons, tables, grids, and
navigation.
For more information about Bootstrap, see
<http://twitter.github.com/bootstrap/>.
{{/better_markdown}}
</template>