Skip to content

Instantly share code, notes, and snippets.

@rokj
Created January 21, 2019 16:13
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/ecda389d22f4e54763cebc1c8f8be05f to your computer and use it in GitHub Desktop.
Save rokj/ecda389d22f4e54763cebc1c8f8be05f to your computer and use it in GitHub Desktop.
{% extends "base.html" %}
{% block title %}To je glavna stran{% endblock %}
{% block vsebina %}
<h1>to je naslov na glavni strani</h1>
{% endblock vsebina %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment