You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
628 B
30 lines
628 B
11 years ago
|
---
|
||
|
---
|
||
|
<!DOCTYPE HTML>
|
||
|
<html lang="en-US">
|
||
|
|
||
|
{% capture head_links %}
|
||
|
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/documentation.css" />
|
||
|
{% endcapture %}
|
||
|
|
||
|
{% capture content %}
|
||
|
<div class="project-body--wrapper" id="quick-start">
|
||
|
<div class="project-body--container">
|
||
|
<div class="container-fluid">
|
||
|
<div class="row-fluid">
|
||
|
<div class="span12">
|
||
|
<div class="project-body--section">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{% endcapture %}
|
||
|
|
||
|
|
||
|
|
||
|
{% include page.html %}
|
||
|
</html>
|