aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/config/test/examples/choiceHeader.xml
blob: 7d1a585a25958f73a9b6260882acec70cb5a86dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<page id="choiceHeader">
    <choice>
        <section layout="row">
            <section source="global"/>
            <section source="notifications"/>
        </section>
        <section id="second" source="blog"/>
    </choice>
</page>