HashtagsXRep/hashtagsxrep

View on GitHub
src/main/resources/templates/login.ftl

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="es">
<#include "common/enable-security.ftl">
<head>
    <#assign pageTitle = "Login | Hashtags per la República">
    <#include "common/head.ftl">
</head>
<body>
<div class="container">
    <#include "component/header.ftl">
    <#include "component/user/login-with-twitter.ftl">
    <#include "component/footer.ftl">
</div>
<#include "common/scripts.ftl">
</body>
</html>