line testdata/templates/integration.qtpl:123
(qw422016 *qt422016.Writer, p Page)
| 657 | |
| 658 | //line testdata/templates/integration.qtpl:123 |
| 659 | func streamembeddedFunc(qw422016 *qt422016.Writer, p Page) { |
| 660 | //line testdata/templates/integration.qtpl:123 |
| 661 | qw422016.N().S(` |
| 662 | Page's header: `) |
| 663 | //line testdata/templates/integration.qtpl:124 |
| 664 | p.StreamHeader(qw422016) |
| 665 | //line testdata/templates/integration.qtpl:124 |
| 666 | qw422016.N().S(` |
| 667 | Body: `) |
| 668 | //line testdata/templates/integration.qtpl:125 |
| 669 | qw422016.N().S(fmt.Sprintf("<b>%s</b>", p.Body())) |
| 670 | //line testdata/templates/integration.qtpl:125 |
| 671 | qw422016.N().S(` |
| 672 | `) |
| 673 | //line testdata/templates/integration.qtpl:126 |
| 674 | } |
| 675 | |
| 676 | //line testdata/templates/integration.qtpl:126 |
| 677 | func writeembeddedFunc(qq422016 qtio422016.Writer, p Page) { |
no test coverage detected
searching dependent graphs…