From 2a43e7e78a59c70e217383c12c9ef0482cabb163 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Mar 2014 19:03:53 -0700 Subject: Break up docs into includes --- docs/_includes/getting-started/template.html | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/_includes/getting-started/template.html (limited to 'docs/_includes/getting-started/template.html') diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html new file mode 100644 index 000000000..c6a1646d6 --- /dev/null +++ b/docs/_includes/getting-started/template.html @@ -0,0 +1,36 @@ +
+

Basic template

+ +

Start with this basic HTML template, or modify these examples. We hope you'll customize our templates and examples, adapting them to suit your needs.

+ +

Copy the HTML below to begin working with a minimal Bootstrap document.

+{% highlight html %} + + + + + + + Bootstrap 101 Template + + + + + + + + + +

Hello, world!

+ + + + + + + +{% endhighlight %} +
-- cgit v1.2.3