<div class="ui inverted vertical masthead center aligned segment">

    <div class="ui text container">
        <h1 class="ui inverted header">
            {{ app.setting.info.name }}
        </h1>
        <h2>{{ app.setting.info.description }}</h2>
        <a class="ui huge primary button" href="/login">Get Started <i class="right arrow icon"></i></a>
    </div>

</div>

<div class="ui vertical stripe segment">
    <div class="ui basic segment middle aligned container">
        <p>A very basic setup and starting point.</p>

        <!-- <div class="ui cards home-news">
            <div class="ui card">
                <div class="image">
                    <img src="http://via.placeholder.com/350x350">
                </div>
                <div class="content">
                    <div class="header">News Item 1</div>
                    <div class="description">
                        In a gritty and alternate 1985 the glory days of costumed vigilantes have been brought to a close by a government crackdown, but after one of the masked veterans is brutally murdered an investigation into the killer is initiated.
                    </div>
                </div>
                <div class="ui two bottom attached buttons">
                    <div class="ui button">
                        <i class="add icon"></i>
                        Queue
                    </div>
                    <div class="ui primary button">
                        <i class="play icon"></i>
                        Watch
                    </div>
                </div>
            </div>

            <div class="ui card">
                <div class="image">
                    <img src="http://via.placeholder.com/350x350">
                </div>
                <div class="content">
                    <div class="header">News Item 2</div>
                    <div class="description">
                        In a gritty and alternate 1985 the glory days of costumed vigilantes have been brought to a close by a government crackdown, but after one of the masked veterans is brutally murdered an investigation into the killer is initiated.
                    </div>
                </div>
                <div class="ui two bottom attached buttons">
                    <div class="ui button">
                        <i class="add icon"></i>
                        Queue
                    </div>
                    <div class="ui primary button">
                        <i class="play icon"></i>
                        Watch
                    </div>
                </div>
            </div>

            <div class="ui card">
                <div class="image">
                    <img src="http://via.placeholder.com/350x350">
                </div>
                <div class="content">
                    <div class="header">News Item 2</div>
                    <div class="description">
                        In a gritty and alternate 1985 the glory days of costumed vigilantes have been brought to a close by a government crackdown, but after one of the masked veterans is brutally murdered an investigation into the killer is initiated.
                    </div>
                </div>
                <div class="ui two bottom attached buttons">
                    <div class="ui button">
                        <i class="add icon"></i>
                        Queue
                    </div>
                    <div class="ui primary button">
                        <i class="play icon"></i>
                        Watch
                    </div>
                </div>
            </div>
        </div> -->
    </div>
</div>
