mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-23 16:50:23 +00:00
6 lines
355 B
HTML
6 lines
355 B
HTML
My first name is {{ htmlfirst_name }}. My last name is {{ last_name }}.
|
|
{% extends 'base_generic.html" %}
|
|
{% block body %}{% endblock %}
|
|
<link rel="stylesheet" href="/static/css/nav.scss" type="text/x-scss" charset="utf-8"/>
|
|
<script type="text/javascript" src="/static/lib/markdown-it/markdown-it.js"></script>
|
|
<img src="/static/images/hi.jpg" alt="Hi!">
|