Content Elements testsite
Select Category
(9)
(5)
(5)
K2 Mod 3.0: Push Your Limits
Reviews
K2 Mod 3.0: Push Your Limits
07/07/2025

A High-Performance Road Machine for Ambitious Cyclists

A Road Bike Tailored to the Female Cyclist
Reviews
A Road Bike Tailored to the Female Cyclist
07/07/2025

A Road Bike Tailored to the Female Cyclist

Bike the French Riviera with the Montague 34XZA
Travel guides
Bike the French Riviera with the Montague 34XZA
07/07/2025

A Folding Bike Built for Coastal Freedom and Convenience

A Road Bike for Racers, Climbers, and Long-Distance Riders Alike
Buying guides
A Road Bike for Racers, Climbers, and Long-Distance Riders Alike
07/07/2025

A Road Bike for Racers, Climbers, and Long-Distance Riders Alike

The Mongoose Crossway 450 Disc: Ready for Anything
Reviews
The Mongoose Crossway 450 Disc: Ready for Anything
07/07/2025

The Ultimate Everyday Hybrid for Commuting and Fitness

Exploring Portland’s East Side with the Paul Frank Cruiser
Travel guides
Exploring Portland’s East Side with the Paul Frank Cruiser
07/07/2025

Color, Culture, and Coffee on a Whimsical Ride

What to Consider Before Buying Merida’s Urban E-Bike
Buying guides
What to Consider Before Buying Merida’s Urban E-Bike
07/07/2025

What to Consider Before Buying Merida’s Urban E-Bike

Explore New Horizons with the Montague 34XZA
Reviews
Explore New Horizons with the Montague 34XZA
07/07/2025

A Premium Folding Bike for Urban Commuters

Embrace Retro Cool with the Nirve Hello Bike
Reviews
Embrace Retro Cool with the Nirve Hello Bike
07/07/2025

A Whimsical Cruiser for Fans of All Ages

A Hard-Hitting Hardtail Built for the Red Rock Playground
Travel guides
A Hard-Hitting Hardtail Built for the Red Rock Playground
07/07/2025

A Vintage Ride for Sun, Sand, and Ocean Breeze

Buying the eOne-Sixty: What to Know Before You Drop In
Buying guides
Buying the eOne-Sixty: What to Know Before You Drop In
07/07/2025

A High-End E-MTB for Enduro Fans and Gravity Addicts

Cruise with a Smile on the Nirve Paul Frank Aku
Reviews
Cruise with a Smile on the Nirve Paul Frank Aku
07/07/2025

A Playful Cruiser with Retro Vibes

Cycling Through the Lake District on the Crossway 450 Lady
Travel guides
Cycling Through the Lake District on the Crossway 450 Lady
07/07/2025

A Versatile Hybrid for Scenic, Low-Impact Adventure

Is the eOne-Forty the Right E-MTB for You?
Buying guides
Is the eOne-Forty the Right E-MTB for You?
07/07/2025

A Smart Buy for Riders Who Love Singletrack and Variety

Conquer Any Terrain with the Mongoose Tyax Comp Disc
Reviews
Conquer Any Terrain with the Mongoose Tyax Comp Disc
07/07/2025

Performance and Durability for Mountain Enthusiasts

Mongoose Crossway 450 Disc: Your Perfect Everyday Ride
Reviews
Mongoose Crossway 450 Disc: Your Perfect Everyday Ride
07/07/2025

Hybrid Versatility for City Commutes and Leisure

A Guide for Trail Riders Looking to Step Up Their XC Game
Travel guides
A Guide for Trail Riders Looking to Step Up Their XC Game
07/07/2025

A Vintage Ride for Sun, Sand, and Ocean Breeze

A Guide for Trail Riders Looking to Step Up Their XC Game
Buying guides
A Guide for Trail Riders Looking to Step Up Their XC Game
07/07/2025

A Guide for Trail Riders Looking to Step Up Their XC Game

Ride Easy with the Nirve Forty-Nine 3-Speed Cruiser
Reviews
Ride Easy with the Nirve Forty-Nine 3-Speed Cruiser
07/07/2025

A Vintage Cruiser for Relaxed Urban Adventures

Error compiling template "Designs/Swift-v2/QueryPublisher/Post/PostPagination.cshtml"
Line 20: The type name 'HttpUtility' could not be found in the namespace 'System.Web'. This type has been forwarded to assembly 'System.Web.HttpUtility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' Consider adding a reference to that assembly.

1 // <auto-generated/> 2 #pragma warning disable 1591 3 namespace CompiledRazorTemplates.Dynamic 4 { 5 #line hidden 6 using System.Threading.Tasks; 7 using System; 8 using System.Collections.Generic; 9 using System.Linq; 10 using Dynamicweb; 11 using Dynamicweb.Core; 12 using System.Net; 13 internal class RazorEngine_fa2f599d856342d2aaf6215a18fced49 : Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.QueryPublisher.QueryResultViewModel> 14 { 15 #pragma warning disable 1998 16 public async override global::System.Threading.Tasks.Task ExecuteAsync() 17 { 18 WriteLiteral("\n"); 19 var querystring = System.Web.HttpUtility.ParseQueryString(Dynamicweb.Context.Current?.Request.Url?.Query ?? string.Empty); querystring.Remove("PageNum"); string baseUrl = (Dynamicweb.Context.Current?.Request.Url?.AbsolutePath ?? "/") + (querystring.Count > 0 ? "?" + querystring : string.Empty); WriteLiteral("\n"); 20 if (Model.PageCount > 1) { WriteLiteral("\t<div class=\"hstack justify-content-between mt-3\">\n\t\t<div class=\"text-muted fs-7\">\n\t\t\t"); 21 Write(Translate("Showing page")); 22 WriteLiteral(" "); 23 Write(Model.CurrentPage); 24 WriteLiteral(" "); 25 Write(Translate("of")); 26 WriteLiteral(" "); 27 Write(Model.PageCount); 28 WriteLiteral("\n\t\t</div>\n\n\t\t<div class=\"hstack gap-2\">\n\t\t\t<button type=\"button\" class=\"btn btn-outline-secondary text-body hstack p-2\" data-dw-button"); 29 BeginWriteAttribute("hx-get", "\n\t\t\t\thx-get=\"", 793, "\"", 814, 1); 30 WriteAttributeValue("", 806, baseUrl, 806, 8, false); 31 EndWriteAttribute(); 32 BeginWriteAttribute("hx-vals", "\n\t\t\t\thx-vals=\'", 815, "\'", 866, 3); 33 WriteAttributeValue("", 829, "{\"PageNum\":", 829, 11, true); 34 WriteAttributeValue(" ", 840, Model.CurrentPage - 1, 841, 24, false); 35 WriteAttributeValue("", 865, "}", 865, 1, true); 36 EndWriteAttribute(); 37 WriteLiteral("\n\t\t\t\thx-swap=\"outerHTML\"\n\t\t\t\thx-replace-url=\"true\"\n\t\t\t\thx-select=\"[data-swift-posts-list]\"\n\t\t\t\thx-target=\"[data-swift-posts-list]\""); 38 BeginWriteAttribute("disabled", "\n\t\t\t\tdisabled=\"", 997, "\"", 1037, 1); 39 WriteAttributeValue("", 1012, Model.CurrentPage == 1, 1012, 25, false); 40 EndWriteAttribute(); 41 WriteLiteral(">\n\t\t\t\t<span class=\"icon-2\">\n\t\t\t\t\t"); 42 Write(ReadFile("/Files/Images/Icons/chevron-left.svg")); 43 WriteLiteral("\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t\t<button type=\"button\" class=\"btn btn-outline-secondary text-body hstack p-2\" data-dw-button"); 44 BeginWriteAttribute("hx-get", "\n\t\t\t\thx-get=\"", 1240, "\"", 1261, 1); 45 WriteAttributeValue("", 1253, baseUrl, 1253, 8, false); 46 EndWriteAttribute(); 47 BeginWriteAttribute("hx-vals", "\n\t\t\t\thx-vals=\'", 1262, "\'", 1313, 3); 48 WriteAttributeValue("", 1276, "{\"PageNum\":", 1276, 11, true); 49 WriteAttributeValue(" ", 1287, Model.CurrentPage + 1, 1288, 24, false); 50 WriteAttributeValue("", 1312, "}", 1312, 1, true); 51 EndWriteAttribute(); 52 WriteLiteral("\n\t\t\t\thx-swap=\"outerHTML\"\n\t\t\t\thx-replace-url=\"true\"\n\t\t\t\thx-select=\"[data-swift-posts-list]\"\n\t\t\t\thx-target=\"[data-swift-posts-list]\""); 53 BeginWriteAttribute("disabled", "\n\t\t\t\tdisabled=\"", 1444, "\"", 1498, 1); 54 WriteAttributeValue("", 1459, Model.CurrentPage == Model.PageCount, 1459, 39, false); 55 EndWriteAttribute(); 56 WriteLiteral(">\n\t\t\t\t<span class=\"icon-2\">\n\t\t\t\t\t"); 57 Write(ReadFile("/Files/Images/Icons/chevron-right.svg")); 58 WriteLiteral("\n\t\t\t\t</span>\n\t\t\t</button>\n\t\t</div>\n\t</div>\n"); 59 } } 60 #pragma warning restore 1998 61 } 62 } 63 #pragma warning restore 1591 64

1 @inherits Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.QueryPublisher.QueryResultViewModel> @using Dynamicweb @using Dynamicweb.Core @using System.Net @{ var querystring = System.Web.HttpUtility.ParseQueryString(Dynamicweb.Context.Current?.Request.Url?.Query ?? string.Empty); querystring.Remove("PageNum"); string baseUrl = (Dynamicweb.Context.Current?.Request.Url?.AbsolutePath ?? "/") + (querystring.Count > 0 ? "?" + querystring : string.Empty); } @if (Model.PageCount > 1) { <div class="hstack justify-content-between mt-3"> <div class="text-muted fs-7"> @Translate("Showing page") @(Model.CurrentPage) @Translate("of") @(Model.PageCount) </div> <div class="hstack gap-2"> <button type="button" class="btn btn-outline-secondary text-body hstack p-2" data-dw-button hx-get="@baseUrl" hx-vals='{"PageNum": @(Model.CurrentPage - 1)}' hx-swap="outerHTML" hx-replace-url="true" hx-select="[data-swift-posts-list]" hx-target="[data-swift-posts-list]" disabled="@(Model.CurrentPage == 1)"> <span class="icon-2"> @ReadFile("/Files/Images/Icons/chevron-left.svg") </span> </button> <button type="button" class="btn btn-outline-secondary text-body hstack p-2" data-dw-button hx-get="@baseUrl" hx-vals='{"PageNum": @(Model.CurrentPage + 1)}' hx-swap="outerHTML" hx-replace-url="true" hx-select="[data-swift-posts-list]" hx-target="[data-swift-posts-list]" disabled="@(Model.CurrentPage == Model.PageCount)"> <span class="icon-2"> @ReadFile("/Files/Images/Icons/chevron-right.svg") </span> </button> </div> </div> }

30/07/2026

30/07/2026

30/07/2026

30/07/2026
By clicking 'Accept All' you consent that we may collect information about you for various purposes, including: Statistics and Marketing