<%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> Charm Profile <%@ include file="style.html" %> <%@ include file="header.jsp" %>

${wordBundle.getWord("name")}

${wordBundle.getWord("surname")}

${wordBundle.getWord("birth-date")}

${wordBundle.getWord("about")}

${wordBundle.getWord("gender")}

${wordBundle.getWord("photo")}


${wordBundle.getWord(error)}
<%@ include file="footer.jsp" %>