mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
10 lines
356 B
HTML
10 lines
356 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!">
|