Skip to content

Instantly share code, notes, and snippets.

@rririanto
Created March 5, 2021 18:28
Show Gist options
  • Save rririanto/332b1499883672012c6fb23c4428e158 to your computer and use it in GitHub Desktop.
Save rririanto/332b1499883672012c6fb23c4428e158 to your computer and use it in GitHub Desktop.
# startups.html
{% load static %}
{% block css %}
<link rel="preload" href="{% static 'css/startups.css' %}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="{% static 'css/startups.css' %}">
</noscript>
{% endblock %}
{% block content %}
...
...
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment