c6411db9c8
Remove duplicate contact templates: - templates/partials/contact_success.html (old, 1.2KB) - templates/partials/contact_error.html (old, 1.1KB) The active templates remain in templates/partials/contact/: - contact-success.html - contact-error.html Updated contact.go to use the new template names to match cv_contact.go. The old templates had inline styles and were larger; the new ones use external CSS and are more maintainable. All contact form tests pass (7/7).