Last active
February 19, 2021 06:04
-
-
Save rririanto/fda008b13d6d78425fa1ad30d8278e92 to your computer and use it in GitHub Desktop.
Index templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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