File tree Expand file tree Collapse file tree 3 files changed +34
-30
lines changed
Django-ArquivosEstaticos/templates Expand file tree Collapse file tree 3 files changed +34
-30
lines changed Original file line number Diff line number Diff line change 33< html lang ="pt ">
44
55< head >
6-
7- < meta charset ="utf-8 ">
8- < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
9- < meta name ="description " content ="">
10- < meta name ="author " content ="">
6+ {% include 'parcial/_head.html' %}
117
128 < title > Template Bootstrap</ title >
13-
14- <!-- Bootstrap core CSS -->
15- < link href ="{% static 'vendor/bootstrap/css/bootstrap.min.css'%} " rel ="stylesheet ">
16-
179</ head >
1810
1911< body >
2012
21- <!-- Navigation -->
22- < nav class ="navbar navbar-expand-lg navbar-dark bg-dark static-top ">
23- < div class ="container ">
24- < a class ="navbar-brand " href ="# "> Template</ a >
25- < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarResponsive " aria-controls ="navbarResponsive " aria-expanded ="false " aria-label ="Toggle navigation ">
26- < span class ="navbar-toggler-icon "> </ span >
27- </ button >
28- < div class ="collapse navbar-collapse " id ="navbarResponsive ">
29- < ul class ="navbar-nav ml-auto ">
30- < li class ="nav-item active ">
31- < a class ="nav-link " href ="{% url 'index' %} "> Home
32- < span class ="sr-only "> (current)</ span >
33- </ a >
34- </ li >
35- < li class ="nav-item ">
36- < a class ="nav-link " href ="{% url 'sobre' %} "> Sobre</ a >
37- </ li >
38- </ ul >
39- </ div >
40- </ div >
41- </ nav >
13+ {% include 'parcial/_nav.html' %}
4214
4315 <!-- Page Content -->
4416 < div class ="container ">
Original file line number Diff line number Diff line change 1+ {%load static%}
2+ < meta charset ="utf-8 ">
3+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
4+ < meta name ="description " content ="">
5+ < meta name ="author " content ="">
6+
7+
8+
9+ <!-- Bootstrap core CSS -->
10+ < link href ="{% static 'vendor/bootstrap/css/bootstrap.min.css'%} " rel ="stylesheet ">
Original file line number Diff line number Diff line change 1+ {%load static%}
2+ <!-- Navigation -->
3+ < nav class ="navbar navbar-expand-lg navbar-dark bg-dark static-top ">
4+ < div class ="container ">
5+ < a class ="navbar-brand " href ="# "> Template</ a >
6+ < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarResponsive " aria-controls ="navbarResponsive " aria-expanded ="false " aria-label ="Toggle navigation ">
7+ < span class ="navbar-toggler-icon "> </ span >
8+ </ button >
9+ < div class ="collapse navbar-collapse " id ="navbarResponsive ">
10+ < ul class ="navbar-nav ml-auto ">
11+ < li class ="nav-item active ">
12+ < a class ="nav-link " href ="{% url 'index' %} "> Home
13+ < span class ="sr-only "> (current)</ span >
14+ </ a >
15+ </ li >
16+ < li class ="nav-item ">
17+ < a class ="nav-link " href ="{% url 'sobre' %} "> Sobre</ a >
18+ </ li >
19+ </ ul >
20+ </ div >
21+ </ div >
22+ </ nav >
You can’t perform that action at this time.
0 commit comments