Skip to content

Instantly share code, notes, and snippets.

@labra
Created March 28, 2014 09:39
Show Gist options
  • Save labra/9828964 to your computer and use it in GitHub Desktop.
Save labra/9828964 to your computer and use it in GitHub Desktop.
Country view
@(country: Country)
<html>
<h1>País</h1>
<p>@country.code - @country.name</p>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment