March 2020
Intermediate to advanced
608 pages
17h 17m
English
Go through the following steps:
{# base.html #}<!doctype html>{% load i18n static %}<html lang="en"><head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial- scale=1, shrink-to-fit=no" /> <title>{% block head_title %}{% endblock %}</title> {% include "misc/includes/favicons.html" %} {% block meta_tags %}{% endblock %} <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap /4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784 /j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" /> <link rel="stylesheet" href="{% static 'site/css/style.css' %}" crossorigin ...