File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < p >
2- < a href ="callto:+123456 "> +123456</ a >
3- < br >
4- < a href ="mailto:email@company.com "> email@company.com</ a >
5- </ p >
1+ < section >
2+ < h1 > Contact</ h1 >
3+ < div >
4+ < h2 > Bar</ h2 >
5+ < p >
6+ < a href ="callto:+123456 "> +123456</ a >
7+ < br >
8+ < a href ="mailto:email@company.com "> email@company.com</ a >
9+ </ p >
10+ </ div >
11+ </ section >
Original file line number Diff line number Diff line change 1+ < div >
2+ < h2 > {{ foo }}</ h2 >
3+ < p >
4+ < include src ="./test/fixtures/blocks/partial/phone.html "> </ include >
5+ < br >
6+ < a href ="mailto:email@company.com "> email@company.com</ a >
7+ </ p >
8+ </ div >
Original file line number Diff line number Diff line change 1- < p >
2- < include src =" ./test/fixtures/blocks/partial/phone.html " > </ include >
3- < br >
4- < a href =" mailto:email@company.com " > email@company.com </ a >
5- </ p >
1+ < section >
2+ < h1 > Contact </ h1 >
3+ < include src =" ./test/fixtures/includes/4.html "
4+ locals =' {"foo":"Bar"} ' > </ include >
5+ </ section >
You can’t perform that action at this time.
0 commit comments