Skip to content

Instantly share code, notes, and snippets.

@Jragon
Created September 19, 2012 19:58
Show Gist options
  • Save Jragon/3751875 to your computer and use it in GitHub Desktop.
Save Jragon/3751875 to your computer and use it in GitHub Desktop.
Braces syntax
<html>
<head>
<title>{$title}</title>
</head>
<body>
{if ($loggedIn = true)}
<p>You're logged in!</p>
{else}
<p>You're not logged in!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment