Skip to content

Instantly share code, notes, and snippets.

View sathishrs's full-sized avatar
🏠
Working from home

Sathish sathishrs

🏠
Working from home
View GitHub Profile
@sathishrs
sathishrs / base.html
Created May 29, 2020 09:35
Django Template base - Bootstrap 4 and JQuery included.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block head %}
{% endblock %}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
{% block style %}