2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Start using some includes; test out some pygments highlighting

This commit is contained in:
Mark Otto
2013-02-13 23:37:08 -08:00
parent b12ff91d48
commit d709dba284
11 changed files with 460 additions and 350 deletions
+8
View File
@@ -0,0 +1,8 @@
{% raw %}
<header class="bs-docs-jumbotron subhead">
<div class="container">
<h1>{{ page.title }}</h1>
<p class="lead">{{ page.description }}</p>
</div>
</header>
{% endraw %}