Skip to content

Instantly share code, notes, and snippets.

@vickoman
Created April 14, 2014 02:44
Show Gist options
  • Save vickoman/10612178 to your computer and use it in GitHub Desktop.
Save vickoman/10612178 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home que requiere Login</title>
</head>
<body>
<h1>Hola {% if user.is_authenticated %}{{ user.username }} <a href="{% url 'url_logout'%}">Salir</a>{% endif %}</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment