Error compiling template "/Designs/Rapido/Paragraph/ContactConfirmation.cshtml"
Line 17: Type expected
Line 17: Syntax error, ',' expected
Line 17: Syntax error, ',' expected
Line 17: Syntax error, ',' expected
Line 17: Syntax error, ',' expected
Line 17: The type or namespace name 'dynamicweb' could not be found (are you missing a using directive or an assembly reference?)
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.42000
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10
11 namespace CompiledRazorTemplates.Dynamic {
12 using System;
13 using System.Collections.Generic;
14 using System.Linq;
15
16
17 public class RazorEngine_ad10444c20244817876bdd3e574ef0a9 : Dynamicweb.Rendering.RazorTemplateBase< /><dynamicweb.rendering.template>> {
18
19 #line hidden
20
21 public RazorEngine_ad10444c20244817876bdd3e574ef0a9() {
22 }
23
24 public override void Execute() {
25 WriteLiteral("<div");
26
27 WriteLiteral(" class=\"grid__col-lg-12 grid__col-md-12 grid__col-sm-12 grid__col-xs-12 paragraph" +
28 "-container\"");
29
30 WriteLiteral(">\r\n <div");
31
32 WriteLiteral(" class=\"grid__cell\"");
33
34 WriteLiteral(">\r\n <div");
35
36 WriteLiteral(" class=\"grid grid--justify-center\"");
37
38 WriteLiteral(">\r\n <div");
39
40 WriteLiteral(" class=\"grid__col-md-6 grid__col--bleed\"");
41
42 WriteLiteral(">\r\n <h2");
43
44 WriteLiteral(" class=\"u-margin-bottom\"");
45
46 WriteLiteral(">");
47
48
49 #line 7 "E:\HJJ.Web\Files\Templates\Designs\Rapido\Paragraph\ContactConfirmation.cshtml"
50 Write(Translate("Thank you"));
51
52
53 #line default
54 #line hidden
55 WriteLiteral("</h2>\r\n <p>");
56
57
58 #line 8 "E:\HJJ.Web\Files\Templates\Designs\Rapido\Paragraph\ContactConfirmation.cshtml"
59 Write(Translate("We will do our best to answer you soon."));
60
61
62 #line default
63 #line hidden
64 WriteLiteral("</p>\r\n </div>\r\n </div>\r\n </div>\r\n</div></dynamicweb.renderin" +
65 "g.template>");
66
67 }
68 }
69 }
70
1 @inherits Dynamicweb.Rendering.RazorTemplateBase< /><dynamicweb.rendering.template>>
2
3 <div class="grid__col-lg-12 grid__col-md-12 grid__col-sm-12 grid__col-xs-12 paragraph-container">
4 <div class="grid__cell">
5 <div class="grid grid--justify-center">
6 <div class="grid__col-md-6 grid__col--bleed">
7 <h2 class="u-margin-bottom">@Translate("Thank you")</h2>
8 <p>@Translate("We will do our best to answer you soon.")</p>
9 </div>
10 </div>
11 </div>
12 </div></dynamicweb.rendering.template>