Skip to content

Instantly share code, notes, and snippets.

@indapublic
Created December 25, 2015 05:35
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 indapublic/a9ae39b72cfac8643a1b to your computer and use it in GitHub Desktop.
Save indapublic/a9ae39b72cfac8643a1b to your computer and use it in GitHub Desktop.
Nsmarty template example
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>Hello, {$name}</p>
<a href="/">Index</a> | <a href="/one">One</a> | <a href="/two">Two</a> | <a href="/three">Three</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment