-
Notifications
You must be signed in to change notification settings - Fork 0
/
testTemplate.html
62 lines (48 loc) · 1.47 KB
/
testTemplate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>eBay Test Template</title>
</head>
<body>
<h1>Test eBay Template</h1>
<p>Some static content</p>
<!-- START-BLOCK -->
<h2>Section 1A Title</h2>
<p>Some dynamic content</p>
<!-- END-BLOCK -->
<!-- START-BLOCK -->
<h2>Section 1B Title</h2>
<p>Some dynamic content</p>
<!-- END-BLOCK -->
<!-- START-BLOCK -->
<h2>Section 1C Title</h2>
<p>Some dynamic content</p>
<!-- END-BLOCK -->
<!-- START-BLOCK -->
<h2>Section 2 Title</h2>
<!-- START-BLOCK -->
<p>Sub Block Content</p>
<!-- END-BLOCK -->
<!-- START-BLOCK -->
<p>Sub Block Content</p>
<!-- START-BLOCK -->
<p>Sub Sub Block Content</p>
<!-- END-BLOCK -->
<p>Sub Block Content</p>
<!-- START-BLOCK -->
<p>Sub Sub Block Content</p>
<!-- END-BLOCK -->
<!-- END-BLOCK -->
<p>Some dynamic content</p>
<!-- END-BLOCK -->
<!-- START-BLOCK -->
<h2>Section 3A Title</h2>
<p>Some dynamic content</p>
<!-- END-BLOCK -->
<!-- START-BLOCK -->
<h2>Section 3B Title</h2>
<p>Some dynamic content</p>
<!-- END-BLOCK -->
<p>Some footer text</p>
</body>
</html>