+ <% if (typeof message !=='undefined' && message.errors && message.errors.length) { %>
+
+ <% message.errors.forEach(err=> { %>
+
+ <%= err.msg %>
+
+ <% }); %>
+
+ <% } %>
- button:hover {
- background-color: #ff4e50;
- }
+
+
- /* Animations */
- @keyframes fadeInUp {
- from {
- opacity: 0;
- transform: translateY(30px);
- }
- to {
- opacity: 1;
- transform: translateY(0);
- }
- }
+
+
+
- /* Responsive */
- @media screen and (max-width: 768px) {
- .content-wrapper {
- flex-direction: column;
- padding: 20px;
- }
-
- .content-left,
- .content-right {
- width: 100%;
- }
-
- .content-left {
- margin-bottom: 30px;
- text-align: center;
- }
- }
-
-
-
-
-
-
-
Create Your Masterpiece
-
Share your thoughts and experiences with the world!
-
+
+
+
+
+
-
-
- <% if (typeof message !== 'undefined' && message.errors && message.errors.length) { %>
-
- <% message.errors.forEach(err => { %>
-
<%= err.msg %>
- <% }); %>
-
- <% } %>
-
Add a New Blog
-
-
+
-
-