<%@ page language="C#" masterpagefile="~/Site.master" %>
<asp:content id="FlowerText" ContentPlaceHolderId="FlowerText" runat="server">
    Daisies look wonderful in a vase as a table centerpiece.
</asp:content>
<asp:content id="FlowerPicture" ContentPlaceHolderId="FlowerPicture" runat="server">
    <img alt="daisy" src="images/daisy.jpg" />
</asp:content>
