This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% load render_vite_bundle %} | |
<!DOCTYPE html> | |
<html lang="en"> | |
<!-- | |
For this base.html to work in dev and in production, | |
you'll need to set a couple of keys inside your settings.py. | |
Another file in this gist shows which ones you'll really need. | |
Note: Create this base.html file inside your django app. |