{"id":113158,"date":"2026-06-01T16:39:39","date_gmt":"2026-06-01T11:09:39","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=113158"},"modified":"2026-06-01T16:39:40","modified_gmt":"2026-06-01T11:09:40","slug":"c-developer-roadmap","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/c-developer-roadmap\/","title":{"rendered":"C++ Developer Roadmap 2026: Complete Beginner to Advanced Guide\u00a0"},"content":{"rendered":"\n<p>\u201cC++ is outdated now.\u201d<br>You\u2019ve probably heard this from many people in tech.<\/p>\n\n\n\n<p><strong>The Reality is Different!&nbsp;<\/strong><\/p>\n\n\n\n<p>Even in 2026, C++ continues to power some of the most performance-critical technologies in the world including:<\/p>\n\n\n\n<ul>\n<li><strong>Game engines<\/strong><\/li>\n\n\n\n<li><strong>Embedded systems<\/strong><\/li>\n\n\n\n<li><strong>Operating systems<\/strong><\/li>\n\n\n\n<li><strong>Finance platforms<\/strong><\/li>\n\n\n\n<li><strong>Real-time applications<\/strong><\/li>\n<\/ul>\n\n\n\n<p>In fact, C++ still remains one of the most widely used programming languages for high-performance software development and problem solving.<\/p>\n\n\n\n<p>This C++ Developer Roadmap focuses on practical projects, modern industry skills, real-world tools, and career-focused learning instead of outdated textbook theory.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">TL;DR Summary<\/h2>\n\n\n\n<ul>\n<li>This <strong>C++ Developer Roadmap<\/strong> helps you understand what to learn in 2026.<\/li>\n\n\n\n<li>It covers core programming fundamentals and modern C++ concepts.<\/li>\n\n\n\n<li>It explains important areas like real-world projects, tools, game development, and system programming.<\/li>\n\n\n\n<li>It also highlights career paths such as software development, game development, embedded engineering, and competitive programming.<\/li>\n\n\n\n<li>Overall, this roadmap helps you focus on the right C++ skills and technologies step by step.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">C++ DEVELOPER ROADMAP<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 1: Understanding C++ Development<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">What is C++?<\/h4>\n\n\n\n<p>C++ is a powerful programming language used for building fast and high-performance software. It is widely used in game development, operating systems, embedded systems, and real-time applications. A C++ developer commonly builds applications that require strong memory management, fast execution, and system-level programming.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/www.crossover.com\/resources\/future-programming-languages-for-2025\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Why is C++ Still in Demand in 2026?<\/a><\/h4>\n\n\n\n<p><strong>Performance Dominance<\/strong><\/p>\n\n\n\n<p>C++ is still heavily used in industries where speed and efficiency matter the most.<\/p>\n\n\n\n<p><strong>Massive Infrastructure<\/strong><\/p>\n\n\n\n<p>Many operating systems, browser engines, and large-scale platforms still rely on C++.<\/p>\n\n\n\n<p><strong>Active Evolution<\/strong><\/p>\n\n\n\n<p>Modern C++ continues to evolve with updates like C++20, C++23, and upcoming C++26 features.<\/p>\n\n\n\n<p><strong>Industry Popularity<\/strong><\/p>\n\n\n\n<p>C++ still consistently ranks among the world\u2019s most popular programming language<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Understanding Basic C++ Syntax<\/strong><\/h5>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>#include<br>using namespace std;<br>int main() {<br>&nbsp; &nbsp; cout &lt;&lt; &#8220;Hello, C++ Developer!&#8221;;<br>&nbsp; &nbsp; return 0;<br>}<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This simple example shows the basic structure of a C++ program and how output is displayed on the screen.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #ffffff; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\"><strong style=\"font-size: 22px; color: #ffffff;\">\ud83d\udca1 Did You Know?<\/strong> <br \/>\n<p><span style=\"font-weight: 400;\">The name &ldquo;<\/span><a href=\"https:\/\/www.britannica.com\/technology\/C-computer-language\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">C++<\/span><\/a><span style=\"font-weight: 400;\">&rdquo; itself was inspired by the ++ operator in C, which means &ldquo;increment.&rdquo; So the name literally means &ldquo;C but improved.&rdquo;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Interestingly, many developers once believed C++ would disappear with newer languages, but decades later it is still heavily used in game engines, finance systems, browsers, and operating systems.<\/span><\/p>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 2: Building Core C++ Fundamentals<\/h3>\n\n\n\n<p>Before building advanced projects or jumping into modern C++ concepts, every C++ developer first needs to get comfortable with the core fundamentals. This is the phase where you slowly start understanding how C++ actually works behind the scenes.<\/p>\n\n\n\n<p>Don\u2019t worry if some concepts feel confusing at first. Every strong C++ developer once struggled with pointers, memory, and <a href=\"https:\/\/www.guvi.in\/blog\/oops-concepts-in-java-4-basic-concepts\/\" target=\"_blank\" rel=\"noreferrer noopener\">OOP<\/a> concepts too.<\/p>\n\n\n\n<p>Take it step by step and focus on understanding the basics properly instead of rushing ahead.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3: Learn Modern C++ Concepts<\/h3>\n\n\n\n<p>Once your basics become strong, the next step in this C++ Developer Roadmap is learning modern C++ concepts that real developers use in today\u2019s industry. This is where C++ starts feeling more powerful, efficient, and much cleaner to work with.<\/p>\n\n\n\n<p>Don\u2019t try to master every modern C++ feature at once. Start using these concepts slowly while building projects, and over time your coding style will naturally become more efficient and industry-ready.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Quick Skill Check Before Choosing Your Specialization<\/h4>\n\n\n\n<p>Before moving into a specific C++ career path, make sure you\u2019re comfortable with these core concepts:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Skill<\/td><td>Comfortable With It?<\/td><\/tr><tr><td>Variables &amp; Data Types<\/td><td>\u2610<\/td><\/tr><tr><td>Loops &amp; Functions<\/td><td>\u2610<\/td><\/tr><tr><td>Pointers &amp; References<\/td><td>\u2610<\/td><\/tr><tr><td>OOP Concepts<\/td><td>\u2610<\/td><\/tr><tr><td>STL Basics<\/td><td>\u2610<\/td><\/tr><tr><td>Memory Management<\/td><td>\u2610<\/td><\/tr><tr><td>Modern C++ Basics<\/td><td>\u2610<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>If most of these concepts feel comfortable, you\u2019re now ready to explore the C++ specialization paths based on your interests and career goals.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 4: Choosing Your C++ Specialization<\/h3>\n\n\n\n<p>One of the biggest advantages of learning C++ Developer Roadmap is that it opens doors to multiple career paths.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">What are the Popular C++ Career Paths?<\/h4>\n\n\n\n<p><strong>Game Development<\/strong><strong><br><\/strong>Build high-performance games and game engine systems.<\/p>\n\n\n\n<p><strong>System Programming<\/strong><strong><br><\/strong>Work on operating systems, compilers, and low-level software.<\/p>\n\n\n\n<p>If you are interested in operating systems and low-level development, understanding concepts like<a href=\"https:\/\/www.guvi.in\/blog\/time-sharing-vs-real-time-operating-system\/\" target=\"_blank\" rel=\"noreferrer noopener\"> time-sharing and real-time operating systems<\/a> can be very helpful.&nbsp;<\/p>\n\n\n\n<p><strong>Embedded Systems<\/strong><strong><br><\/strong>Develop software for hardware devices, IoT, and robotics.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/how-to-start-competitive-programming-in-5-steps\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Competitive Programming<br><\/strong><\/a>Focus on DSA, algorithms, and advanced problem solving.<\/p>\n\n\n\n<p><strong>Performance Engineering<br><\/strong>Optimize large-scale applications for speed and efficiency.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 5: Core Skills &amp; Tools Every C++ Developer Must Know<\/h3>\n\n\n\n<p>As you start building real-world C++ projects, this C++ Developer Roadmap also introduces the essential tools developers use daily for coding, debugging, project management, and collaboration.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Tool<\/td><td>Why do these tools matter?<\/td><\/tr><tr><td>CMake<\/td><td>Managing and building C++ projects<\/td><\/tr><tr><td>Git &amp; GitHub<\/td><td>Version control and collaboration<\/td><\/tr><tr><td>VS Code \/ CLion<\/td><td>Writing and managing code<\/td><\/tr><tr><td>GDB<\/td><td>Debugging C++ applications<\/td><\/tr><tr><td>STL<\/td><td>Faster problem solving<\/td><\/tr><tr><td>Linux<\/td><td>Important for system-level development<\/td><\/tr><tr><td>Valgrind<\/td><td>Memory debugging and optimization<\/td><\/tr><tr><td>Unreal Engine<\/td><td>C++ game development<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Pro Tip<\/strong><\/p>\n\n\n\n<p><strong>Start with Git, STL, Linux, and debugging tools first, then slowly explore advanced tools based on your specialization.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 6: Build Projects Based on Your Specialization<\/h3>\n\n\n\n<p>The best way to improve your C++ skills is by building projects. Follow all the steps of this C++ Developer Roadmap. Projects help you understand how logic, debugging, memory management, and real-world development actually work together.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/game-development-project-ideas\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Game Development<\/strong><\/a><\/p>\n\n\n\n<ul>\n<li>2D Racing Game<\/li>\n\n\n\n<li>Mini Game Engine<\/li>\n<\/ul>\n\n\n\n<p><strong>System Programming<\/strong><\/p>\n\n\n\n<ul>\n<li>File Compression Tool<\/li>\n\n\n\n<li>Mini Shell Terminal<\/li>\n<\/ul>\n\n\n\n<p><strong>Embedded Systems<\/strong><\/p>\n\n\n\n<ul>\n<li>Smart Home Simulator<\/li>\n\n\n\n<li>IoT Sensor Dashboard<\/li>\n<\/ul>\n\n\n\n<p><strong>Competitive Programming<\/strong><\/p>\n\n\n\n<ul>\n<li>DSA Visualizer<\/li>\n\n\n\n<li>STL Practice Toolkit<\/li>\n<\/ul>\n\n\n\n<p><strong>Performance Engineering<\/strong><\/p>\n\n\n\n<ul>\n<li>Multithreaded Chat Server<\/li>\n\n\n\n<li>Memory Optimization Tool<\/li>\n<\/ul>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;<strong>&nbsp;EXPLORE<\/strong>: <a href=\"https:\/\/www.guvi.in\/blog\/c-plus-plus-project-ideas\/\" target=\"_blank\" rel=\"noreferrer noopener\">&nbsp;Top 9 C++ Project Ideas with Source Code<\/a><\/p>\n\n\n\n<p><strong>Start with smaller projects first instead of directly building advanced systems. The more projects you build, the more comfortable you become with real-world C++ development.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 7: Becoming Industry Ready<\/h3>\n\n\n\n<p>As you move closer to real-world development, focus on improving your practical skills and developer profile alongside coding.<\/p>\n\n\n\n<ul>\n<li>Build a strong <a href=\"https:\/\/www.guvi.in\/blog\/how-to-use-github-to-strengthen-your-resume\/\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub <\/a>portfolio<\/li>\n\n\n\n<li>Practice <a href=\"https:\/\/www.guvi.in\/blog\/how-to-learn-dsa-beginner-guide\/\" target=\"_blank\" rel=\"noreferrer noopener\">DSA <\/a>and problem solving regularly<\/li>\n\n\n\n<li>Participate in coding contests<\/li>\n\n\n\n<li>Learn<a href=\"https:\/\/www.guvi.in\/blog\/debugging-in-software-development\/\" target=\"_blank\" rel=\"noreferrer noopener\"> debugging<\/a> and optimization<\/li>\n\n\n\n<li>Prepare for technical interviews<\/li>\n<\/ul>\n\n\n\n<p>If you are planning to enter the gaming industry, practicing<a href=\"https:\/\/www.guvi.in\/blog\/game-developer-interview-questions-and-answers\/\" target=\"_blank\" rel=\"noreferrer noopener\"> game developer interview questions and answers<\/a> can help you better understand industry expectations.&nbsp;<\/p>\n\n\n\n<ul>\n<li>Explore<a href=\"https:\/\/www.guvi.in\/blog\/what-is-open-source\/\"> open-source<\/a> contributions<\/li>\n<\/ul>\n\n\n\n<p>Master C++ from basics to advanced concepts with this free beginner-friendly <a href=\"https:\/\/www.guvi.in\/hub\/cpp\/\" target=\"_blank\" rel=\"noreferrer noopener\">C++ tutorial designed for practical learning and coding practice.<\/a><\/p>\n\n\n\n<p>You do not need to master everything at once. Stay consistent, keep building projects, and your skills will improve naturally over time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.glassdoor.co.in\/Salaries\/c-developer-salary-SRCH_KO0,11.htm\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><strong>What is C++ Developer Salary in 2026?<\/strong><\/a><\/h2>\n\n\n\n<ul>\n<li>Freshers: \u20b94 LPA \u2013 \u20b98 LPA<\/li>\n\n\n\n<li>Mid-Level Developers: \u20b910 LPA \u2013 \u20b920 LPA<\/li>\n\n\n\n<li>Performance \/ System Engineers: \u20b925 LPA+<\/li>\n\n\n\n<li>Game &amp; Embedded Developers: Salary varies based on specialization and experience<\/li>\n<\/ul>\n\n\n\n<p><strong>Developers with strong C++ fundamentals, problem-solving skills, and real-world project experience are still highly valued in performance-focused industries.&nbsp;<\/strong><\/p>\n\n\n\n<p><strong>Not Sure Where to Start Learning C++ From?<\/strong><\/p>\n\n\n\n<p>The best way to gain real development experience is by learning step by step, building projects, and working with modern development tools used in the industry.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/zen-class\/full-stack-development-course\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=C%2B%2B+Developer+Roadmap+2026%3A+Complete+Beginner+to+Advanced+Guide%C2%A0\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>EXPLORE FULL-STACK DEVELOPMENT COURSE BY HCL GUVI\u00a0<\/strong><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>This C++ Developer Roadmap is not about learning everything quickly. It is about building strong fundamentals, improving problem-solving skills, and growing step by step through real projects and practical learning.<\/p>\n\n\n\n<p>C++ may feel challenging in the beginning, but the skills you build while learning it can help you throughout your entire development career. Stay consistent, keep building, and your progress will naturally improve over time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQs<\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1780143488971\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><span id=\"docs-internal-guid-dd08eaa8-7fff-191f-fbe9-1fe446a166dd\" style=\"font-weight:normal;\"><h3 dir=\"ltr\" style=\"line-height:1.7999999999999998;margin-top:14pt;margin-bottom:4pt;\"><span style=\"font-size: 13pt; font-family: Arial, sans-serif; background-color: transparent; font-variant: normal; vertical-align: baseline;\">Is C++ still worth learning in 2026?<\/span><\/h3><\/span><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, C++ is still widely used in game development, embedded systems, system programming, finance, robotics, and high-performance software development.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143506494\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is C++ difficult for beginners?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>C++ has a slightly steeper learning curve, but it helps developers build very strong programming and problem-solving fundamentals.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143518182\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What is the best roadmap to learn C++ in 2026?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>The best C++ roadmap includes fundamentals, OOP, STL, modern C++ concepts, projects, debugging tools, and specialization-based learning.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143531179\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What are the best projects for C++ beginners?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Beginners can start with projects like banking systems, mini games, file management systems, DSA visualizers, and shell terminals.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143542476\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is C++ good for game development?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, C++ is one of the most important languages in game development and is heavily used in modern game engines.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143563008\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>How long does it take to learn C++?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>With regular practice and project building, beginners can learn core C++ concepts within a few months.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143592215\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Which companies still use C++?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Companies working in gaming, operating systems, finance, browsers, robotics, and embedded systems still heavily use C++.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143621464\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is C++ better than Python?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>C++ offers better performance and low-level control, while Python is generally easier and faster for beginners to learn.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143648021\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What is STL in C++?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>STL (Standard Template Library) provides ready-to-use data structures and algorithms that help developers solve problems more efficiently.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780143666981\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Can I get a job after learning C++?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, strong C++ skills combined with projects, DSA, and problem-solving can help you prepare for software development and system programming roles.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u201cC++ is outdated now.\u201dYou\u2019ve probably heard this from many people in tech. The Reality is Different!&nbsp; Even in 2026, C++ continues to power some of the most performance-critical technologies in the world including: In fact, C++ still remains one of the most widely used programming languages for high-performance software development and problem solving. This C++ [&hellip;]<\/p>\n","protected":false},"author":76,"featured_media":113483,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[998,37],"tags":[],"views":"34","authorinfo":{"name":"Reemsha Khan","url":"https:\/\/www.guvi.in\/blog\/author\/reemsha-khan\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/06\/C-Developer-Roadmap-300x116.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/06\/C-Developer-Roadmap.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/113158"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/76"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=113158"}],"version-history":[{"count":7,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/113158\/revisions"}],"predecessor-version":[{"id":113576,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/113158\/revisions\/113576"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/113483"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=113158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=113158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=113158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}