Skip to content

Instantly share code, notes, and snippets.

@vihar
Created May 24, 2018 10:03
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 vihar/f0f6c75d3a214ce30edae2fa63abe4af to your computer and use it in GitHub Desktop.
Save vihar/f0f6c75d3a214ce30edae2fa63abe4af to your computer and use it in GitHub Desktop.
<html>
<body>
{% if name %}
<h2>Hello {{ name }}.</h2>
{% else %}
<h2>Hello.</h2>
{% endif %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment