Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MahdiKarimipour/e1119d8bc7c3648719b711a8498795ad to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/e1119d8bc7c3648719b711a8498795ad to your computer and use it in GitHub Desktop.
T4 Text Template
<#@ template language="C#" #>
<#@ assembly name="System.Core" #>
<#@ import namespace="System.Linq" #>
<#@ import namespace="System.Text" #>
<#@ import namespace="System.Collections.Generic" #>
<html>
<head>
</head>
<body>
<div>
<p>Hi <#= Model.Name #>!</p>
<p>Thanks for contacting us, a member of our team will be in touch shortly.</p>
<p>Regards</p>
<p>A Team</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment