Skip to content

Instantly share code, notes, and snippets.

View mur4ik18's full-sized avatar
:shipit:
working

Oleksandr Kotov mur4ik18

:shipit:
working
  • France, Le Mans
  • 09:01 (UTC +01:00)
View GitHub Profile
@mur4ik18
mur4ik18 / index.html
Created September 5, 2021 19:59 — forked from nicholaskajoh/index.html
Lazy load your content with Django and jQuery
<html>
<head>
<script type="text/javascript">
// A CSRF token is required when making post requests in Django
// To be used for making AJAX requests in script.js
window.CSRF_TOKEN = "{{ csrf_token }}";
</script>
</head>
<body>
<h2>My Blog Posts</h2>