2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
7 <form action="#" th:action="@{/signin/facebook}" method="POST">
8 <input type="hidden" name="scope" value="public_profile,manage_pages" />
9 <button type="submit">Sign in with Facebook</button>