Skip to content

Instantly share code, notes, and snippets.

@rokj
Created January 21, 2019 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rokj/6a77fe3f68c521b1c6dbf03c8b92bb14 to your computer and use it in GitHub Desktop.
Save rokj/6a77fe3f68c521b1c6dbf03c8b92bb14 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>{% block title %}{% endblock title %}</title>
<!--<link rel="stylesheet" href="/assets/css/style.css">-->
</head>
<body>
<a href="/">Doma</a> |
<a href="/blog">Blog</a> |
<a href="/projekti">Projekti</a> |
<a href="/kontakt">Kontakt</a> |
<a href="/kontakt">Kal</a>
{% block vsebina %}{% endblock vsebina %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment