Created
August 15, 2022 03:41
-
-
Save MahdiKarimipour/e1119d8bc7c3648719b711a8498795ad to your computer and use it in GitHub Desktop.
T4 Text Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#@ 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