awesome-django/_layouts/default.html

11 lines
240 B
HTML
Raw Normal View History

2020-10-02 03:39:05 +00:00
---
---
{% include header.html %}
<main class="container prose sm:prose-md md:prose-lg lg:prose-lg xl:prose-xl">
2020-10-03 00:55:57 +00:00
{{ content | replace: '<a href="http', '<a rel="ugc noopener noreferrer" href="http' }}
2020-10-02 03:39:05 +00:00
</main>
{% include footer.html %}