Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
1fb793cf
Commit
1fb793cf
authored
Sep 02, 2014
by
Jean Michel Rouly
Committed by
Chris Reffett
Sep 04, 2014
Browse files
Bootstrapped template parent.
parent
1ba2f206
Changes
1
Show whitespace changes
Inline
Side-by-side
go/go/templates/base.html
View file @
1fb793cf
...
@@ -30,21 +30,22 @@
...
@@ -30,21 +30,22 @@
<body>
<body>
<div
id=
"
box
"
>
<div
id=
"
wrap
"
>
<h1><a
href=
"/"
>
Go (URL Shortener)
</a></h1>
{% include 'navigation.html' %}
{% include 'navbar.html' %}
<
hr
/
>
<
div
class=
"container"
>
{% block content %}
{% block content %}
{% endblock %}
{% endblock %}
<
hr
/
>
<
/div
>
{% include 'footer.html' %}
</div>
</div>
{% include 'footer.html' %}
{% tracking_code %}
{% tracking_code %}
</body>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment