Files
dog_training/templates/pages/blog/_home.html

254 lines
14 KiB
HTML

{% extends 'layouts/layout.html' %}
{% block page_head %}
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/blog_home.bundle.css') }}">
{% endblock %}
{% block page_nav_links %}
{#
<a href="#{{ model.FLAG_PROBLEM }}">Problem</a>
<a href="#{{ model.FLAG_BENEFITS }}">Benefits</a>
<a href="#{{ model.FLAG_SOLUTION }}">Solution</a>
<a href="#{{ model.FLAG_SOCIAL_PROOF }}">Social Proof</a>
<a href="#{{ model.FLAG_TESTIMONIAL }}">Testimonial</a>
<a href="#{{ model.FLAG_CTA_2 }}">Early Access</a>
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Contact Us</a>
#}
{% endblock %}
{% block page_body %}
<section class="hero">
<div class="{{ model.FLAG_CONTAINER }}">
<div class="hero-content" data-aos="fade-up">
<!-- <a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_SUCCESS }}">NOW AVAILABLE</a> -->
<h1>Dog Training Business Insights</h1>
<p>Expert tips, industry trends, and practical advice to help you grow your professional dog training business</p>
</div>
</div>
</section>
<div class="{{ model.FLAG_CONTAINER }}">
<div class="blog-grid">
<!-- Featured Post -->
<article class="featured-post">
<div class="featured-image">🎯</div>
<div class="featured-content">
<span class="post-category">Training Techniques</span>
<h2>Why Every Professional Dog Trainer Needs a Command Dictionary in 2025</h2>
<div class="post-meta">
<span>📅 10th August 2025</span>
<span>⏱️ 12 min read</span>
<span>👤 <a href="{{ model.URL_LINKEDIN_PERSONAL }}">Teddy Middleton-Smith</a></span>
</div>
<p class="post-excerpt">
Discover how UK dog trainers use Fetch Metrics to maximise client consistency at home.
</p>
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_WHY_EVERY_PROFESSIONAL_TRAINER_NEEDS_A_COMMAND_DICTIONARY_IN_2025 }}" class="recent-post-title {{ model.FLAG_NAV_BLOG_ARTICLE_WHY_EVERY_TRAINER_NEEDS_A_COMMAND_DICTIONARY }}">Read Full Article</a>
</div>
</article>
<!-- Sidebar -->
<aside class="sidebar">
<!-- Categories -->
<div class="sidebar-widget">
<h3 class="widget-title">Categories</h3>
<ul class="category-list">
<!--
<li>
<a href="#">Business Management</a>
<span class="post-count">12</span>
</li>
-->
<li>
<a href="{{ model.HASH_PAGE_BLOG_CATEGORY_TRAINING_TECHNIQUES }}" class="{{ model.FLAG_NAV_BLOG_CATEGORY_TRAINING_TECHNIQUES }}">Training Techniques</a>
<span class="post-count">2</span>
</li>
<!--
<li>
<a href="#">Client Relations</a>
<span class="post-count">15</span>
</li>
-->
<li>
<a href="{{ model.HASH_PAGE_BLOG_CATEGORY_MARKETING_AND_GROWTH }}" class="{{ model.FLAG_NAV_BLOG_CATEGORY_MARKETING_AND_GROWTH }}">Marketing & Growth</a>
<span class="post-count">1</span>
</li>
<!--
<li>
<a href="#">Technology & Tools</a>
<span class="post-count">9</span>
</li>
<li>
<a href="#">Industry News</a>
<span class="post-count">4</span>
</li>
-->
</ul>
</div>
<!-- Recent Posts -->
<div class="sidebar-widget">
<h3 class="widget-title">Recent Posts</h3>
<ul class="recent-posts">
<li class="recent-post-item">
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_WHY_EVERY_PROFESSIONAL_TRAINER_NEEDS_A_COMMAND_DICTIONARY_IN_2025 }}" class="recent-post-title {{ model.FLAG_NAV_BLOG_ARTICLE_WHY_EVERY_TRAINER_NEEDS_A_COMMAND_DICTIONARY }}">Why Every Professional Dog Trainer Needs a Command Dictionary in 2025</a>
<div class="recent-post-date">10th August 2025</div>
</li>
<li class="recent-post-item">
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_HOW_TO_SCALE_YOUR_DOG_TRAINING_BUSINESS_FROM_25_TO_100_PLUS_CLIENTS }}" class="recent-post-title {{ model.FLAG_NAV_BLOG_ARTICLE_HOW_TO_SCALE_YOUR_DOG_TRAINING_BUSINESS_FROM_25_TO_100_PLUS_CLIENTS }}">How to Scale Your Dog Training Business: from 25 to 100+ Clients</a>
<div class="recent-post-date">9th August 2025</div>
</li>
<li class="recent-post-item">
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_THE_SCIENCE_BEHIND_DOG_TRAINING_ASSESSMENTS_HOW_TRACK_REAL_PROGRESS }}" class="recent-post-title {{ model.FLAG_NAV_BLOG_ARTICLE_THE_SCIENCE_BEHIND_DOG_TRAINING_ASSESSMENTS }}">The Science Behind Dog Training Assessments: How to Track Real Progress</a>
<div class="recent-post-date">9th August 2025</div>
</li>
<li class="recent-post-item">
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_HOW_TO_SCALE_YOUR_DOG_TRAINING_BUSINESS_FROM_SOLO_TO_MULTI_TRAINER_SUCCESS }}" class="recent-post-title {{ model.FLAG_NAV_BLOG_ARTICLE_HOW_TO_SCALE_YOUR_DOG_TRAINING_BUSINESS_FROM_SOLO_TO_MULTI_TRAINER_SUCCESS }}">How to Scale Your Dog Training Business: From Solo Trainer to Multi-Trainer Success</a>
<div class="recent-post-date">8th August 2025</div>
</li>
</ul>
</div>
<!-- Newsletter Signup -->
<div class="sidebar-widget">
<h3 class="widget-title">Weekly Business Tips</h3>
<p style="margin-bottom: 1rem; color: #666;">Get proven strategies delivered to your inbox every Tuesday. Join 2,400+ successful dog trainers.</p>
<!--
<form class="newsletter-form">
<input type="email" class="newsletter-input" placeholder="Your email address" required>
<button type="submit" class="newsletter-btn">Subscribe Now</button>
</form>
-->
{% set form = model.form_newsletter %}
<form id="{{ model.ID_NEWSLETTER_FORM }}" method="POST" action="{{ model.HASH_POST_BLOG_NEWSLETTER }}">
{{ form.csrf_token }}
<div class="form-grid">
<div>
{{ form.email(class="form-input", required=True, placeholder="Your email address") }}
</div>
</div>
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_CAPTCHA }}">
<div style="margin: 0 auto; width: fit-content;">
{{ form.altcha.label }}
<altcha-widget
class="altcha-widget"
challengeurl="{{ model.HASH_GET_ALTCHA_CHALLENGE }}"
auto="onload"
id="{{ form.altcha.id }}"
name="{{ form.altcha.name }}"
></altcha-widget>
</div>
<p style="font-size: 0.9rem;">This CAPTCHA mechanism is fully GDPR-compliant with no cookies, no fingerprinting, no tracking, and runs in the background so you don't need to do anything!</p>
</div>
<div class="{{ model.FLAG_CONTAINER_INPUT }}">
{{ form.submit() }}
</div>
</form>
</div>
</aside>
</div>
<!-- More Blog Posts -->
<section class="blog-posts-grid">
<article class="blog-post-card">
<div class="post-image">📊</div>
<div class="post-content">
<span class="post-category">Training Techniques</span>
<h3>Why Every Professional Dog Trainer Needs a Command Dictionary in 2025</h3>
<div class="post-meta">
<span>📅 10th August 2025</span>
<span>⏱️ 12 min read</span>
</div>
<p class="post-excerpt">
Discover how UK dog trainers use Fetch Metrics to maximise client consistency at home.
</p>
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_WHY_EVERY_PROFESSIONAL_TRAINER_NEEDS_A_COMMAND_DICTIONARY_IN_2025 }}" class="read-more">Read More</a>
</div>
</article>
<article class="blog-post-card">
<div class="post-image">🤝</div>
<div class="post-content">
<span class="post-category">Marketing & Growth</span>
<h3>How to Scale Your Dog Training Business: from 25 to 100+ Clients</h3>
<div class="post-meta">
<span>📅 9th August 2025</span>
<span>⏱️ 8 min read</span>
</div>
<p class="post-excerpt">
Key strategies that separate trainers who successfully scale from those who plateau at 20-30 clients.
</p>
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_HOW_TO_SCALE_YOUR_DOG_TRAINING_BUSINESS_FROM_25_TO_100_PLUS_CLIENTS }}" class="read-more">Read More</a>
</div>
</article>
<article class="blog-post-card">
<div class="post-image">💡</div>
<div class="post-content">
<span class="post-category">Training Techniques</span>
<h3>The Science Behind Dog Training Assessments: How to Track Real Progress</h3>
<div class="post-meta">
<span>📅 9th August 2025</span>
<span>⏱️ 12 min read</span>
</div>
<p class="post-excerpt">
A comprehensive guide to nuanced dog training progress analysis.
</p>
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_THE_SCIENCE_BEHIND_DOG_TRAINING_ASSESSMENTS_HOW_TRACK_REAL_PROGRESS }}" class="read-more">Read More</a>
</div>
</article>
<article class="blog-post-card">
<div class="post-image">🚀</div>
<div class="post-content">
<span class="post-category">Marketing & Growth</span>
<h3>How to Scale Your Dog Training Business: From Solo Trainer to Multi-Trainer Success</h3>
<div class="post-meta">
<span>📅 8th August 2025</span>
<span>⏱️ 12 min read</span>
</div>
<p class="post-excerpt">
Key strategies that make the difference between chaotic expansion and systematic growth.
</p>
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_HOW_TO_SCALE_YOUR_DOG_TRAINING_BUSINESS_FROM_SOLO_TO_MULTI_TRAINER_SUCCESS }}" class="read-more">Read More</a>
</div>
</article>
<!--
<article class="blog-post-card">
<div class="post-image">🎓</div>
<div class="post-content">
<span class="post-category">Professional Development</span>
<h3>Advanced Certification: Is It Worth It?</h3>
<div class="post-meta">
<span>📅 March 6, 2025</span>
<span>⏱️ 4 min read</span>
</div>
<p class="post-excerpt">
Exploring the ROI of advanced certifications and specialized training for professional trainers.
</p>
<a href="#" class="read-more">Read More</a>
</div>
</article>
<article class="blog-post-card">
<div class="post-image">📱</div>
<div class="post-content">
<span class="post-category">Technology</span>
<h3>Why Paper Records Are Holding You Back</h3>
<div class="post-meta">
<span>📅 March 4, 2025</span>
<span>⏱️ 6 min read</span>
</div>
<p class="post-excerpt">
The hidden costs of manual record-keeping and how digital solutions transform training businesses.
</p>
<a href="#" class="read-more">Read More</a>
</div>
</article>
-->
</section>
</div>
{% endblock %}