Created
March 5, 2021 18:28
-
-
Save rririanto/332b1499883672012c6fb23c4428e158 to your computer and use it in GitHub Desktop.
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
# 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