<%@ page language="C#" masterpagefile="~/Site.master" %>
<asp:content id="FlowerText" ContentPlaceHolderId="FlowerText" runat="server">
    The dahlia provides vibrant color all summer long.
</asp:content>
<asp:content id="FlowerPicture" ContentPlaceHolderId="FlowerPicture" runat="server">
    <img alt="orchid" src="images/dahlia.jpg" />
</asp:content>
