Skip to content

Instantly share code, notes, and snippets.

@rririanto
Last active February 19, 2021 06:04
Show Gist options
  • Save rririanto/fda008b13d6d78425fa1ad30d8278e92 to your computer and use it in GitHub Desktop.
Save rririanto/fda008b13d6d78425fa1ad30d8278e92 to your computer and use it in GitHub Desktop.
Index templates
{% load i18n%}
<title>{% trans "This is the title." %}</title>
{% blocktrans %}This string will have {{ value }} inside.{% endblocktrans %}
<ul id="nav">
<a href='/'>{% trans "Jobs" %}</a>
<a href="{% url 'jobs:companies' %}" class=">{% trans "Startups" %}</a>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment