<%@ page language="VB" masterpagefile="~/Site.master" %>
<asp:content id="FlowerText" ContentPlaceHolderId="FlowerText" runat="server">
    Daffodils bloom early in spring and welcome the growing season.
</asp:content>
<asp:content id="FlowerPicture" ContentPlaceHolderId="FlowerPicture" runat="server">
    <img alt="daffodil" src="images/daffodil.jpg" />
</asp:content>
