As part of team building, we have learned Drupal and tried out different options for managing websites. Team has already covered the basics and now they have some queries related to selecting the best approach. Below you can find an example and advice from Drupal experts will be very helpful to clear the queries.
We would like to build a custom Drupal theme with number of page templates in it. I already have all page designs and their HTML'S But while trying to start with it, Team is bit confused since we have two approaches in front:
a) Build all template and layouts using Drupal modules like views, panels, design suit etc. and then apply the required CSS and JS. So this is kind of configuration from back end without touching the code.
b) Create a child theme and create required template (.tpl files/.twig in Drupal 8) as required for each different layout and integrate it with the HTML, CSS, JS etc. I already in hand.
Kindly advice.