File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+
3+ {% block page_content %}
14< h1 > Hello, World!</ h1 >
5+ {% endblock %}
Original file line number Diff line number Diff line change 5555TEMPLATES = [
5656 {
5757 "BACKEND" : "django.template.backends.django.DjangoTemplates" ,
58- "DIRS" : [],
58+ "DIRS" : ["personal_portfolio/templates/" ],
5959 "APP_DIRS" : True ,
6060 "OPTIONS" : {
6161 "context_processors" : [
Original file line number Diff line number Diff line change 1+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css " integrity ="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO " crossorigin ="anonymous ">
2+
3+ {% block page_content %}{% endblock %}
4+
5+ < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
6+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js " integrity ="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49 " crossorigin ="anonymous "> </ script >
7+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js " integrity ="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy " crossorigin ="anonymous "> </ script >
You can’t perform that action at this time.
0 commit comments