﻿<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
        <meta name="viewport" content="width=device-width, user-scalable=no">
        <style>
            body{
            color:rgba(255,255,255,0.87);
            margin: 3.5em;
            font-size:102%;
            line-height:130%;
            }
            a{
            color: #76b900;
            }
            .right{
            text-align:right;
            }
            .hide 
            {
            display:none;
            }
        </style>
    </head>
    <body>
        @template(description)
        <h4>
            @template(features_label)
        </h4>
        @template(features_list)
        <table class="@template(quote_runtime_class)">
            <td>
                <blockquote><i>@template(quote)</i>
                <div class="right">           
                    <small>— @template(quote_source)</small>
                </div>
                </blockquote>
            </td>
        </table>
        <br></br>
        <br></br>
        <br></br>
        <br></br>
        <br></br>
        <br></br>
    </body>
</html>